Files
2020-03-02 14:53:23 +07:00

14 lines
279 B
JavaScript

'use strict';
module.exports = {
pkg: {
patches: {
'index.js': [
'execFile(process.execPath, [\'--v8-options\'],',
'execFile(process.execPath, [\'--v8-options\'], ' +
'{ env: { PKG_EXECPATH: \'PKG_INVOKE_NODEJS\' } },'
]
}
}
};