Make System.exit a non-op on mobile

This commit is contained in:
Joshua Granick
2015-08-21 16:11:07 -07:00
parent 3b536ec7b5
commit ae84db1028

View File

@@ -117,7 +117,7 @@ class System {
public static function exit (code:Int):Void { public static function exit (code:Int):Void {
#if sys #if (sys && desktop)
#if !macro #if !macro
if (Application.current != null) { if (Application.current != null) {