Skip to content

Commit

Permalink
disable if no inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviv Keller authored and avivkeller committed Sep 23, 2024
1 parent 66b6cc1 commit 19c6ac2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/parallel/test-repl-preview-newlines.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
'use strict';

require('../common');
const common = require('../common');
const ArrayStream = require('../common/arraystream');
const assert = require('assert');
const repl = require('repl');

common.skipIfInspectorDisabled();

const inputStream = new ArrayStream();
const outputStream = new ArrayStream();
repl.start({
Expand Down

0 comments on commit 19c6ac2

Please sign in to comment.