Skip to content

Commit 7f5062f

Browse files
Fix justlaunch casing (#2629)
1 parent 89cad5d commit 7f5062f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/nativescript-cli-lib-bootstrap.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ $injector.requirePublicClass("deviceLogProvider", "./common/appbuilder/device-lo
1111
$injector.requirePublicClass("localBuildService", "./services/local-build-service");
1212
$injector.require("iOSLogFilter", "./common/mobile/ios/ios-log-filter");
1313

14-
// We need this because some services check if (!$options.justLaunch) to start the device log after some operation.
14+
// We need this because some services check if (!$options.justlaunch) to start the device log after some operation.
1515
// We don't want this behaviour when the CLI is required as library.
16-
$injector.resolve("options").justLaunch = true;
16+
$injector.resolve("options").justlaunch = true;

0 commit comments

Comments
 (0)