increase logging information for json parse error

This commit is contained in:
zefie
2022-10-07 10:42:48 -04:00
parent 85a04189f3
commit 6bce4e3b3c

View File

@@ -47,7 +47,7 @@ class WTVRegister {
return_val = true; return_val = true;
} }
} catch (e) { } catch (e) {
console.error(" # Error parsing Session Data JSON", file, e); console.error(" # Error parsing Session Data JSON", search_dir + self.path.sep + file, e);
} }
}); });
return !return_val; return !return_val;