This commit is contained in:
@@ -27,7 +27,10 @@ export default {
|
||||
msg,
|
||||
helpUrl
|
||||
) {
|
||||
//log full message
|
||||
window.$gz.store.commit("logItem", "notify-error: " + msg);
|
||||
//trim really long message as it's likely useless beyond the first few lines (stack trace etc)
|
||||
msg = msg.substring(0, 600);
|
||||
vm.$root.$gznotify({
|
||||
message: msg,
|
||||
type: "error",
|
||||
|
||||
Reference in New Issue
Block a user