feature: move files in filemanager

bugfix: update endstop status mutations
This commit is contained in:
Stefan Dej
2020-07-18 19:38:23 +02:00
parent 32daeedcf7
commit 2636311cc1
4 changed files with 80 additions and 19 deletions

View File

@@ -134,7 +134,7 @@
this.lastCommandNumber = null;
},
formatMessage(message) {
message = message.replace(/(?:\r\n|\r|\n)/g, '<br>');
if (typeof message === "string") message = message.replace(/(?:\r\n|\r|\n)/g, '<br>');
return message;
},