Skip to content

Commit c7ade9c

Browse files
authored
fix(cli): display watch mode instructions (#1363)
1 parent c75bc21 commit c7ade9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/start/watchMode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function enableWatchMode(messageSocket: any) {
2525
// except by hooking into stdout itself. We want to print instructions
2626
// right after its done loading.
2727
const restore = hookStdout((output: string) => {
28-
if (output.includes('Learn once, write anywhere')) {
28+
if (output.includes('Fast - Scalable - Integrated')) {
2929
printWatchModeInstructions();
3030
restore();
3131
}

0 commit comments

Comments
 (0)