diff --git a/ElectronNET.Host/main.js b/ElectronNET.Host/main.js index 6eb6216..a80f2ba 100644 --- a/ElectronNET.Host/main.js +++ b/ElectronNET.Host/main.js @@ -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);