Skip to content

Commit

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

0 comments on commit 104a4eb

Please sign in to comment.