Skip to content

Commit

Permalink
fix: remove duplicate execArgv when deps.registerNodeLoader: true (#2965
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AriPerkkio committed Mar 6, 2023
1 parent 0280825 commit a1954cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vitest/src/node/pool.ts
Expand Up @@ -37,7 +37,6 @@ export function createPool(ctx: Vitest): ProcessPool {
suppressLoaderWarningsPath,
'--experimental-loader',
loaderPath,
...execArgv,
]
: [
...execArgv,
Expand Down

0 comments on commit a1954cc

Please sign in to comment.