Revert "Make System.exit a non-op on mobile"
This reverts commit ae84db1028.
This commit is contained in:
@@ -117,7 +117,7 @@ class System {
|
||||
|
||||
public static function exit (code:Int):Void {
|
||||
|
||||
#if (sys && desktop)
|
||||
#if sys
|
||||
#if !macro
|
||||
if (Application.current != null) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user