Update main.js

This commit is contained in:
theolivenbaum
2022-04-20 13:05:25 +02:00
parent d863ff95f4
commit 87468ccd5d

View File

@@ -413,7 +413,7 @@ function startAspCoreBackend(electronPort) {
let binFilePath = path.join(currentBinPath, binaryFile);
var options = { cwd: currentBinPath, env = env, detached: detachedProcess, stdio: stdioopt };
var options = { cwd: currentBinPath, env : env, detached: detachedProcess, stdio: stdioopt };
apiProcess = cProcess.spawn(binFilePath, parameters, options);