From 4ed0103c20d7f2de3e739caf2f7a7e3be1f7ce72 Mon Sep 17 00:00:00 2001 From: Minteck ⭐ Date: Fri, 15 Oct 2021 18:31:10 +0000 Subject: Update 'FtechWebring.client.js' --- FtechWebring.client.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FtechWebring.client.js') diff --git a/FtechWebring.client.js b/FtechWebring.client.js index 162227e..3e362dd 100644 --- a/FtechWebring.client.js +++ b/FtechWebring.client.js @@ -60,14 +60,17 @@ function _ftww_processData(raw) { } else { // We display an error message document.write("The content that was supposed to appear here cannot be loaded due to an internal error. Please contact the website administrator."); + console.error(new Error("Unable to detect site")); } } else { // We display an error message document.write("The content that was supposed to appear here cannot be loaded due to an internal error. Please contact the website administrator."); + console.error(new Error("No hostname")); } } catch (e) { // We display an error message document.write("The content that was supposed to appear here cannot be loaded due to an internal error. Please contact the website administrator."); + console.error(e); } } -- cgit