diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index ecec29a92a..09b5dacebc 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -208,6 +208,7 @@ module.exports = (_ => { url: "" }, null); }).then(r => { + if (!r) return; response = r; response.statusCode = response.status; if (response.headers) response.headers["content-type"] = response.headers.get("content-type");