mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Exception added
This commit is contained in:
@@ -223,5 +223,7 @@ exports.start = function () {
|
||||
started = true;
|
||||
appModule.loadCss();
|
||||
UIApplicationMain(0, null, null, exports.ios && exports.ios.delegate ? NSStringFromClass(exports.ios.delegate) : NSStringFromClass(Responder));
|
||||
} else {
|
||||
throw new Error("iOS Application already started!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user