mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-12 19:57:33 +00:00
fix quotes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user