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
|
@ -1830,7 +1830,6 @@ describe('BrowserWindow module', () => {
|
|||
assert.strictEqual(test.platform, remote.process.platform)
|
||||
assert.deepStrictEqual(...resolveGetters(test.env, remote.process.env))
|
||||
assert.strictEqual(test.execPath, remote.process.helperExecPath)
|
||||
assert.strictEqual(test.resourcesPath, remote.process.resourcesPath)
|
||||
assert.strictEqual(test.sandboxed, true)
|
||||
assert.strictEqual(test.type, 'renderer')
|
||||
assert.strictEqual(test.version, remote.process.version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue