Skip to content

Commit

Permalink
fix: escape test runner path
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 27, 2024
1 parent 6b867a2 commit f05c029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function run(options: MeasureOptions) {

const nodeArgs = [
...getNodeFlags(nodeMajorVersion),
testRunnerPath,
`"${testRunnerPath}"`,
...baseTestRunnerArgs,
...passthroughTestRunnerArgs,
];
Expand Down

0 comments on commit f05c029

Please sign in to comment.