Skip to content

Commit

Permalink
Merge branch 'sandbox-hooks' of github.com:sdstolworthy/samsara-cli i…
Browse files Browse the repository at this point in the history
…nto sandbox-hooks
  • Loading branch information
sdstolworthy committed Sep 22, 2023
2 parents 1356052 + ff06a37 commit 6c390d9
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 6c390d9

Please sign in to comment.