1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/run/npm_v8flags/__test__.jsonc
Luca Casonato 1faac2dce3
fix(ext/node): handle node child_process with --v8-options flag (#24804)
Makes `v8flags` package from NPM work.
2024-07-31 16:28:08 +02:00

5 lines
72 B
Text

{
"args": "run -A main.js",
"output": "main.out",
"exitCode": 0
}