This adds support for specifying v8Flags with dashes. Previously only underscores were allowed. Also allows specifying values for v8Flags in the from --flag=value, which was not supported till now. Also add --inspect support.
5 lines
97 B
JSON
5 lines
97 B
JSON
{
|
|
"args": ["--expose-gc", "--eval", "console.log(typeof global.gc)"],
|
|
"stdout": "function"
|
|
}
|