From c8cca74b84b9a1179954338c9418a9e750eff430 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 2 Nov 2023 10:20:57 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 1 + 1 file changed, 1 insertion(+) 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");