Skip to content

Commit

Permalink
feat: Updated status message
Browse files Browse the repository at this point in the history
Changed the status message from 'idle' to 'done'
  • Loading branch information
danilowoz committed Dec 20, 2023
1 parent ab9e6cb commit 6e494c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class SandpackInstance {
}

logger.debug(logger.logFactory('Finished', `in ${Date.now() - bundlerStartTime}ms`));
this.messageBus.sendMessage('status', { status: 'idle' });
this.messageBus.sendMessage('status', { status: 'done' });
}

dispose() {
Expand Down

0 comments on commit 6e494c9

Please sign in to comment.