Skip to content

Commit 6cda947

Browse files
committed
helpful message.
1 parent bac5fe7 commit 6cda947

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/wql.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ const cli = new Command()
131131
try {
132132
await serverStarted.promise;
133133
} catch {
134-
s1.stop("Failed to start Dreamlab server", 2);
134+
s1.stop("Failed to start Dreamlab server. Is one already running?", 2);
135135
shutdown(1);
136136
}
137137
s1.stop("Dreamlab server ready");
138138

139139
try {
140140
await editorStarted.promise;
141141
} catch {
142-
log.error("Failed to start Editor");
142+
log.error("Failed to start Editor. Is one already running?");
143143
shutdown(1);
144144
}
145145

0 commit comments

Comments
 (0)