diff --git a/lib/common b/lib/common index eac6e6bec9..0812ce953f 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit eac6e6bec934f92edae1bbb8b12e845ba8aa4bb0 +Subproject commit 0812ce953f66e3f749f541b1e93af2794e40e866 diff --git a/lib/nativescript-cli-lib-bootstrap.ts b/lib/nativescript-cli-lib-bootstrap.ts index 09ae34f712..0cefa37d6b 100644 --- a/lib/nativescript-cli-lib-bootstrap.ts +++ b/lib/nativescript-cli-lib-bootstrap.ts @@ -9,7 +9,4 @@ $injector.requirePublic("companionAppsService", "./common/appbuilder/services/li $injector.requirePublicClass("deviceEmitter", "./common/appbuilder/device-emitter"); $injector.requirePublicClass("deviceLogProvider", "./common/appbuilder/device-log-provider"); -// We need this because some services check if (!$options.justlaunch) to start the device log after some operation. -// We don't want this behaviour when the CLI is required as library. -$injector.resolve("options").justlaunch = true; $injector.resolve("staticConfig").disableAnalytics = true;