Skip to content

Commit 324e0cf

Browse files
committed
docs: modify comments
1 parent d800d85 commit 324e0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/watch.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function watchPreload(server) {
5959
})
6060
}
6161

62-
// block CTRL + C to exit the application directly without displaying the query in Windows
62+
// Block the CTRL + C shortcut on a Windows terminal and exit the application without displaying a query
6363
if (process.platform === 'win32') {
6464
readline.createInterface({ input: process.stdin, output: process.stdout }).on('SIGINT', process.exit)
6565
}

0 commit comments

Comments
 (0)