Only support ELECTRON_NO_ASAR in non browser/renderer processes
This commit is contained in:
parent
8897a7a926
commit
f553d16539
2 changed files with 12 additions and 2 deletions
|
@ -781,7 +781,7 @@ describe('asar package', function () {
|
|||
output += data
|
||||
})
|
||||
spawned.stdout.on('close', function () {
|
||||
stats = JSON.parse(output)
|
||||
const stats = JSON.parse(output)
|
||||
assert.equal(stats.isFile, true)
|
||||
assert.equal(stats.size, 778)
|
||||
done()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue