This commit is contained in:
@@ -175,7 +175,7 @@ export default new Vuex.Store({
|
||||
state.helpUrl = data;
|
||||
},
|
||||
logItem(state, msg) {
|
||||
msg = Date.now() + "|" + msg;
|
||||
msg = new Date().toLocaleString("sv-SE") + "|" + msg;
|
||||
state.logArray.push(msg);
|
||||
if (state.logArray.length > MaxLogLength) {
|
||||
//remove beginning elements
|
||||
|
||||
Reference in New Issue
Block a user