Skip to content

Commit

Permalink
lib: repl for nodejs#14022
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinhan committed Aug 15, 2017
1 parent 141b682 commit 22b2c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-repl-load-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const terminalCode = '\u001b[1G\u001b[0J> \u001b[3G';
const terminalCodeRegex = new RegExp(terminalCode.replace(/\[/g, '\\['), 'g');

function run({ input, filename, errormsg, output, event,
checkTerminalCodes = true }) {
checkTerminalCodes = true }) {
const stream = new common.ArrayStream();
let found = '';

Expand Down

0 comments on commit 22b2c38

Please sign in to comment.