mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 15:04:47 +00:00
Update main.js
This commit is contained in:
@@ -320,7 +320,7 @@ function startAspCoreBackend(electronPort) {
|
||||
if (manifestJsonFile.hasOwnProperty('detachedProcess')) {
|
||||
detachedProcess = manifestJsonFile.detachedProcess;
|
||||
if (detachedProcess) {
|
||||
stdioopt = 'ignore';
|
||||
stdioopt = ['ignore', 'pipe', 'pipe'];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -376,7 +376,7 @@ function startAspCoreBackendWithWatch(electronPort) {
|
||||
if (manifestJsonFile.hasOwnProperty('detachedProcess')) {
|
||||
detachedProcess = manifestJsonFile.detachedProcess;
|
||||
if (detachedProcess) {
|
||||
stdioopt = 'ignore';
|
||||
stdioopt = ['ignore', 'pipe', 'pipe'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user