Skip to content

Commit

Permalink
fixup! src: do not save c_str of a temp string
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiltayeb committed Jul 24, 2024
1 parent fb5c9ae commit a3a2d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/test_runner/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const { spawn } = require('child_process');
const { finished } = require('internal/streams/end-of-stream');
const { resolve } = require('path');
const { DefaultDeserializer, DefaultSerializer } = require('v8');
// TODO(aduh95): switch to internal/readline/interface when backporting to Node.js 16.x is no longer a concern.
const { Interface } = require('internal/readline/interface');

Check failure on line 35 in lib/internal/test_runner/runner.js

View workflow job for this annotation

GitHub Actions / lint-js-and-md

Multiple spaces found before 'Interface'
const { deserializeError } = require('internal/error_serdes');
const { Buffer } = require('buffer');
Expand Down

0 comments on commit a3a2d9e

Please sign in to comment.