Skip to content

Commit cfd5686

Browse files
committed
fix: update RSLIB_READY_MESSAGE to match latest rslib output
1 parent 5509370 commit cfd5686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const PACKAGE_JSON = 'package.json';
22
export const PLUGIN_LOG_TITLE = '[Rsbuild Workspace Dev Plugin]: ';
33

4-
export const RSLIB_READY_MESSAGE = 'build complete, watching for changes';
4+
export const RSLIB_READY_MESSAGE = 'watching for changes';
55
export const TSUP_READY_MESSAGE = 'Watching for changes in';

0 commit comments

Comments
 (0)