Files
electron/spec/fixtures/crash-cases/node-options-parsing/electron.env.json
Robo 307d4f94c7 fix: oob string read when parsing node_options (#46210)
* fix: oob string read when parsing node_options

* chore: re-enable test

* fix: missing linux server env for tests
2025-03-25 19:33:10 +09:00

4 lines
82 B
JSON

{
"NODE_OPTIONS": "--allow-addons --enable-fips --allow-addons --enable-fips"
}