Skip to content

Commit f3c3819

Browse files
committed
don't give up
1 parent b8771e3 commit f3c3819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/benchmark.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ function sampleModule(modulePath: string): BenchmarkSample {
426426
// Node.js flags
427427
'--input-type=module',
428428
'--eval',
429-
sampleCode,
429+
`"${sampleCode}"`,
430430
],
431431
{
432432
shell: true,

0 commit comments

Comments
 (0)