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 ffd2a66 commit 3455976Copy full SHA for 3455976
lib/services/livesync/livesync-service.ts
@@ -109,6 +109,9 @@ class LiveSyncService implements ILiveSyncService {
109
this.$hooksService.executeBeforeHooks('watch').wait();
110
this.partialSync(liveSyncData[0].syncWorkingDirectory, watchForChangeActions);
111
}
112
+ if (this.$options.justlaunch) {
113
+ process.kill(process.pid);
114
+ }
115
}).future<void>()();
116
117
0 commit comments