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 d071aa0 commit 2e20fd1Copy full SHA for 2e20fd1
scripts/start.js
@@ -66,7 +66,7 @@ function formatMessage(message) {
66
}
67
68
function clearConsole() {
69
- process.stdout.write('\x1B[2J\x1B[0f');
+ process.stdout.write('\x1bc');
70
71
72
function setupCompiler(port) {
0 commit comments