fix: crash in sandbox on linux when getting execPath (#15701)

This commit is contained in:
Jeremy Apthorp 2018-11-15 12:59:01 -08:00 committed by GitHub
parent c8860d006b
commit 0642be296d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 12 deletions

View file

@ -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,