Skip to content
Prev Previous commit
Update test/parallel/test-repl-line-queue.js
Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
ejose19 and aduh95 authored Oct 25, 2021
commit d2dcacd6dea34105ffb786e9118799738fd8f340
2 changes: 1 addition & 1 deletion test/parallel/test-repl-line-queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ArrayStream = require('../common/arraystream');
const assert = require('assert');

function* expectedLines(lines) {
yield* line;
yield* lines;
}

const expectedDebug = expectedLines([
Expand Down