Comparing version 2.2.33-32085579 to 2.2.33-2d89176f
@@ -652,3 +652,3 @@ import _typeof from "@babel/runtime/helpers/typeof"; | ||
control.reloading = false; | ||
if (response.status === 0) { | ||
if (response && response.status === 0) { | ||
// console.log('Network error refreshing the data. Retrying in ' + | ||
@@ -655,0 +655,0 @@ // retryTimeout / 1000) |
@@ -661,3 +661,3 @@ "use strict"; | ||
control.reloading = false; | ||
if (response.status === 0) { | ||
if (response && response.status === 0) { | ||
// console.log('Network error refreshing the data. Retrying in ' + | ||
@@ -664,0 +664,0 @@ // retryTimeout / 1000) |
{ | ||
"name": "rdflib", | ||
"description": "an RDF library for node.js. Suitable for client and server side.", | ||
"version": "2.2.33-32085579", | ||
"version": "2.2.33-2d89176f", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "browserslist": [ |
@@ -604,3 +604,3 @@ /* @file Update Manager Class | ||
control.reloading = false | ||
if ((response as Response).status === 0) { | ||
if (response && (response as Response).status === 0) { | ||
// console.log('Network error refreshing the data. Retrying in ' + | ||
@@ -607,0 +607,0 @@ // retryTimeout / 1000) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4175152