Skip to content

Commit b109c35

Browse files
authored
added missing action so debug is enabled right after the first command (#2454)
1 parent 80e0c67 commit b109c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/livesync-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class LiveSyncService implements ILiveSyncService {
107107
watchForChangeActions.push((event: string, filePath: string, dispatcher: IFutureDispatcher) =>
108108
service.partialSync(event, filePath, dispatcher, applicationReloadAction));
109109

110-
await service.fullSync();
110+
await service.fullSync(applicationReloadAction);
111111
}
112112

113113
if (this.$options.watch && !this.$options.justlaunch) {

0 commit comments

Comments
 (0)