We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bac64e commit 561a9faCopy full SHA for 561a9fa
lib/services/platform-service.ts
@@ -438,6 +438,9 @@ export class PlatformService implements IPlatformService {
438
439
public runPlatform(platform: string): IFuture<void> {
440
return (() => {
441
+ if (this.$options.justlaunch) {
442
+ this.$options.watch = false;
443
+ }
444
this.$logger.out("Starting...");
445
let action = (device: Mobile.IDevice) => {
446
0 commit comments