This commit is contained in:
2020-03-04 22:37:25 +00:00
parent 502b5a7590
commit 28e2b61a34
5 changed files with 10 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ function dealWithError(msg, vm) {
"DEV ERROR errorHandler::devShowUnknownError - unexpected error: \r\n" +
msg;
// eslint-disable-next-line no-console
console.log(errMsg);
console.Error(errMsg);
console.trace();
debugger;
window.$gz.eventBus.$emit("notify-error", "Dev error see log / console");