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 d800d85 commit 324e0cfCopy full SHA for 324e0cf
scripts/watch.mjs
@@ -59,7 +59,7 @@ function watchPreload(server) {
59
})
60
}
61
62
-// block CTRL + C to exit the application directly without displaying the query in Windows
+// Block the CTRL + C shortcut on a Windows terminal and exit the application without displaying a query
63
if (process.platform === 'win32') {
64
readline.createInterface({ input: process.stdin, output: process.stdout }).on('SIGINT', process.exit)
65
0 commit comments