This commit is contained in:
2019-04-08 17:43:01 +00:00
parent 6e3669ad7c
commit d39174bdf8

View File

@@ -10,7 +10,7 @@ function dealWithError(msg) {
msg = locale.translateString(msg);
store.commit("logItem", msg);
if (devModeShowErrors) {
alert("Error: " + msg);
alert("~" + msg);
}
}
export default {