spec: Script forked with child_process supports asar archives
This commit is contained in:
parent
45e2dd2ab5
commit
f214e88784
2 changed files with 12 additions and 0 deletions
4
spec/fixtures/module/asar.js
vendored
Normal file
4
spec/fixtures/module/asar.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
var fs = require('fs');
|
||||
process.on('message', function(file) {
|
||||
process.send(fs.readFileSync(file).toString());
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue