fix: crashReporter incompatible with sandbox on Linux (#23265)
This commit is contained in:
parent
fc434f136b
commit
06bf0d08dc
77 changed files with 2235 additions and 2404 deletions
2
spec-main/fixtures/module/print-crash-parameters.js
Normal file
2
spec-main/fixtures/module/print-crash-parameters.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
process.crashReporter.addExtraParameter('hello', 'world');
|
||||
process.stdout.write(JSON.stringify(process.crashReporter.getParameters()) + '\n');
|
Loading…
Add table
Add a link
Reference in a new issue