8000
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 62ad4cc commit 3255686Copy full SHA for 3255686
test/parallel/test-repl-load-multiline.js
@@ -4,6 +4,8 @@ const fixtures = require('../common/fixtures');
4
const assert = require('assert');
5
const repl = require('repl');
6
7
+common.crashOnUnhandledRejection();
8
+
9
const command = `.load ${fixtures.path('repl-load-multiline.js')}`;
10
const terminalCode = '\u001b[1G\u001b[0J \u001b[1G';
11
const terminalCodeRegex = new RegExp(terminalCode.replace(/\[/g, '\\['), 'g');
0 commit comments