Skip to content

Commit

Permalink
Update test/node-test/debug.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Nov 7, 2024
1 parent d9fef98 commit aaa9b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/node-test/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ test('debug#websocket', { skip: !process.versions.icu || isCITGM || isNode23Plus
})
child.stderr.on('end', () => {
const lines = extractLines(chunks)
console.log(lines)
assert.strictEqual(lines.length, assertions.length)
for (let i = 1; i < lines.length; i++) {
assert.match(lines[i], assertions[i])
Expand Down

0 comments on commit aaa9b73

Please sign in to comment.