fix: crash in sandbox on linux when getting execPath (#15701)
This commit is contained in:
parent
c8860d006b
commit
0642be296d
5 changed files with 2 additions and 12 deletions
1
spec/fixtures/module/preload-sandbox.js
vendored
1
spec/fixtures/module/preload-sandbox.js
vendored
|
@ -14,7 +14,6 @@
|
|||
pid: process.pid,
|
||||
arch: process.arch,
|
||||
platform: process.platform,
|
||||
resourcesPath: process.resourcesPath,
|
||||
sandboxed: process.sandboxed,
|
||||
type: process.type,
|
||||
version: process.version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue