We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac5fe7 commit 6cda947Copy full SHA for 6cda947
1 file changed
scripts/wql.ts
@@ -131,15 +131,15 @@ const cli = new Command()
131
try {
132
await serverStarted.promise;
133
} catch {
134
- s1.stop("Failed to start Dreamlab server", 2);
+ s1.stop("Failed to start Dreamlab server. Is one already running?", 2);
135
shutdown(1);
136
}
137
s1.stop("Dreamlab server ready");
138
139
140
await editorStarted.promise;
141
142
- log.error("Failed to start Editor");
+ log.error("Failed to start Editor. Is one already running?");
143
144
145
0 commit comments