Skip to content

Commit

Permalink
fixup: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Sep 12, 2023
1 parent 1eb6458 commit 5bc6e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-repl/src/smoke-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ async function runSmokeTest({
exitCode?: number;
includeStderr?: boolean;
}): Promise<void> {
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
const { spawn } = require('child_process') as typeof import('child_process');
const proc = spawn(executable, [...args], {
stdio: ['pipe', 'pipe', includeStderr ? 'pipe' : 'inherit'],
Expand Down

0 comments on commit 5bc6e8d

Please sign in to comment.