From a637174b93d402f31a85d2b95a46da1f28653140 Mon Sep 17 00:00:00 2001 From: theolivenbaum Date: Tue, 7 Sep 2021 15:00:35 +0200 Subject: [PATCH] typo --- 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 c1fbd73..baeff4d 100644 --- a/ElectronNET.Host/main.js +++ b/ElectronNET.Host/main.js @@ -83,7 +83,7 @@ if (manifestJsonFile.singleInstance || manifestJsonFile.aspCoreBackendPort) { } //Some flags need to be set before app is ready -if (manifestJsonFile.hasOwnProperty('cliFlags') && manifesJsonFile.cliFlags.length > 0) { +if (manifestJsonFile.hasOwnProperty('cliFlags') && manifestJsonFile.cliFlags.length > 0) { manifestJsonFile.cliFlags.forEach(flag => { app.commandLine.appendSwitch(flag); });