This commit is contained in:
djmaze 2021-08-25 12:34:19 +02:00
parent 0b323ab870
commit be9cb6c727

View file

@ -185,7 +185,7 @@ export class AbstractFetchRemote
abort(action, true);
if (!data) {
return Promise.reject(Notification.JsonParse);
return Promise.reject(new FetchError(Notification.JsonParse));
}
/*
let isCached = false, type = '';