We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a40273 commit 6cb69eaCopy full SHA for 6cb69ea
index.ts
@@ -26,8 +26,7 @@ import('./src/server.js')
26
.then(module => {
27
// Debug flag is passed to runServer
28
if (values.debug) {
29
- // eslint-disable-next-line no-console
30
- console.log('Starting server in debug mode');
+ console.error('Starting server in debug mode');
31
}
32
33
module.runServer(values.debug);
0 commit comments