diff --git a/dev/Remote/AbstractFetch.js b/dev/Remote/AbstractFetch.js index 8cd290d97..d0766b863 100644 --- a/dev/Remote/AbstractFetch.js +++ b/dev/Remote/AbstractFetch.js @@ -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 = '';