This commit is contained in:
2020-03-04 22:54:15 +00:00
parent 28e2b61a34
commit 2e9f4e9940
3 changed files with 376 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ function stringifyPrimitive(v) {
function devShowUnknownError(error) {
if (window.$gz.errorHandler.devMode) {
// eslint-disable-next-line
console.Error("gzapi::devShowUnknownError, error is:", error);
console.error("gzapi::devShowUnknownError, error is:", error);
console.trace();
debugger;