mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-21 22:45:20 +00:00
Update main.js
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user