try to fix pl;ugin directories

This commit is contained in:
Jan Prochazka
2021-12-26 12:59:59 +01:00
parent 3ffe2090e5
commit 266d7d76de
9 changed files with 30 additions and 8 deletions

View File

@@ -7,15 +7,13 @@ function getNamedArg(name) {
}
const checkParent = process.argv.includes('--checkParent');
const dynport = process.argv.includes('--dynport');
const nativeModules = getNamedArg('--native-modules');
const startProcess = getNamedArg('--start-process');
const isElectronBundle = process.argv.includes('--is-electron-bundle');
const isForkedApi = process.argv.includes('--is-forked-api');
module.exports = {
checkParent,
nativeModules,
startProcess,
dynport,
isElectronBundle,
isForkedApi,
};