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);