Skip to content

Commit

Permalink
fix: lint-js error
Browse files Browse the repository at this point in the history
  • Loading branch information
daeyeon committed Apr 14, 2022
1 parent fb8365b commit 1f500a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-child-process-hasref.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const common = require('../common');
const assert = require('assert');
const { spawn, ChildProcess } = require('child_process');
const { spawn } = require('child_process');

const command = common.isWindows ? 'dir' : 'ls';
const child = spawn(command);
Expand Down

0 comments on commit 1f500a3

Please sign in to comment.