From 67b59d95d4798d94ee5d107ee961908d56f34afe Mon Sep 17 00:00:00 2001 From: rafael-aero Date: Fri, 20 Aug 2021 14:52:33 +0200 Subject: [PATCH] fix quotes --- 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 0b33b6c..0f6f49b 100644 --- a/ElectronNET.Host/main.js +++ b/ElectronNET.Host/main.js @@ -118,7 +118,7 @@ function startSplashScreen() { let imageFile = path.join(currentBinPath, manifestJsonFile.splashscreen.imageFile); imageSize(imageFile, (error, dimensions) => { if (error) { - console.log(`load splashscreen error:`); + console.log('load splashscreen error:'); console.error(error); throw new Error(error.message);