Explorar o código

return error message

Gildas %!s(int64=2) %!d(string=hai) anos
pai
achega
ac62bea152
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/single-file/fetch/bg/fetch.js

+ 1 - 1
src/lib/single-file/fetch/bg/fetch.js

@@ -99,7 +99,7 @@ function fetchResource(url, options = {}, includeRequestId) {
 						});
 					}
 				} else {
-					reject();
+					reject(new Error("Empty response"));
 				}
 			}
 		};