This commit is contained in:
@@ -10,7 +10,7 @@ function dealWithError(msg) {
|
||||
msg = locale.translateString(msg);
|
||||
store.commit("logItem", msg);
|
||||
if (devModeShowErrors) {
|
||||
alert("Error: " + msg);
|
||||
alert("~" + msg);
|
||||
}
|
||||
}
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user