This commit is contained in:
2019-10-31 00:05:22 +00:00
parent fecfabfafe
commit ff15a9c7c0
7 changed files with 35 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
/* Xeslint-disable */
/* eslint-disable */
var devModeShowErrors = false;
@@ -15,6 +15,7 @@ function dealWithError(msg, vm) {
}
window.$gz.store.commit("logItem", msg);
if (devModeShowErrors) {
debugger;
var errMsg =
"DEV ERROR errorHandler::devShowUnknownError - unexpected error: \r\n" +
msg;