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

@@ -30,6 +30,7 @@ class DatastoreProxy {
async ensureSubprocess() {
if (!this.subprocess) {
this.subprocess = fork(global['API_PACKAGE'] || process.argv[1], [
'--is-forked-api',
'--start-process',
'jslDatastoreProcess',
...process.argv.slice(3),