Skip to content

Commit

Permalink
Update packages/sandbox/src/file_watching_sandbox.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Sobol <[email protected]>
  • Loading branch information
sdstolworthy and sobolk authored Sep 22, 2023
1 parent 2c71a88 commit ff06a37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sandbox/src/file_watching_sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export class FileWatchingSandbox extends EventEmitter implements Sandbox {
this.emitWatching();
console.debug('[Sandbox] Running onSuccessfulDeployment event handlers');
this.emit('onSuccessfulDeployment');
console.debug('[Sandbox] Finished onSuccessfulDeployment event handlers');
});

this.watcherSubscription = await parcelWatcher.subscribe(
Expand Down

0 comments on commit ff06a37

Please sign in to comment.