Skip to content

Commit

Permalink
fix: lint error [INC-1647]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiu-snyk committed Oct 29, 2024
1 parent 537cfd8 commit 0427c0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/iac/test/v2/scan/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ async function spawn(
env: Record<string, string | undefined>,
) {
return new Promise<SpawnResult>((resolve) => {

const child = childProcess.spawn(path, args, {
stdio: 'pipe',
env: env,
Expand Down

0 comments on commit 0427c0d

Please sign in to comment.