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 eef9462 commit 2af9778Copy full SHA for 2af9778
test/parallel/test-repl-preview-newlines.js
@@ -1,10 +1,12 @@
1
'use strict';
2
3
-require('../common');
+const common = require('../common');
4
const ArrayStream = require('../common/arraystream');
5
const assert = require('assert');
6
const repl = require('repl');
7
8
+common.skipIfInspectorDisabled();
9
+
10
const inputStream = new ArrayStream();
11
const outputStream = new ArrayStream();
12
repl.start({
0 commit comments