From 87468ccd5d3b83bea0cb832bcc3b8e593e416908 Mon Sep 17 00:00:00 2001 From: theolivenbaum Date: Wed, 20 Apr 2022 13:05:25 +0200 Subject: [PATCH] Update main.js --- ElectronNET.Host/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);