fix quotes

This commit is contained in:
rafael-aero
2021-08-20 14:52:33 +02:00
parent 133dcd6b65
commit 67b59d95d4

View File

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