mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-03-16 22:20:24 +00:00
add actual error msg to error output
This commit is contained in:
parent
a0f94bc1c3
commit
3f61f24624
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ var WallpaperController = class {
|
|||
|
||||
this._fetchFile(historyElement.source.imageDownloadUrl, (historyId, path, error) => {
|
||||
if (error) {
|
||||
this._bailOutWithCallback("Could not load new wallpaper.", callback);
|
||||
this._bailOutWithCallback("Could not load new wallpaper. (" + error + ")", callback);
|
||||
this._stopLoadingHooks.map(element => element(null));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue