You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('First parameter of openAboutWindow() must not be empty. Please see the document: https://github.com/rhysd/electron-about-window/blob/master/README.md');
226
+
thrownewError('First parameter of openAboutWindow() must not be empty. Please see the document: https://github.com/rhysd/electron-about-window/blob/master/README.md')
227
227
}
228
228
if(typeofinfo_or_img_path==='string'){
229
-
return{icon_path: info_or_img_path};
229
+
return{icon_path: info_or_img_path}
230
230
}
231
231
else{
232
-
constinfo=info_or_img_path;
233
232
if(!info.icon_path){
234
-
thrownewError("First parameter of openAboutWindow() must have key 'icon_path'. Please see the document: https://github.com/rhysd/electron-about-window/blob/master/README.md");
233
+
thrownewError("First parameter of openAboutWindow() must have key 'icon_path'. Please see the document: https://github.com/rhysd/electron-about-window/blob/master/README.md")
0 commit comments