fix (cutlist) edits to work with plugin-mirror's new strictness
This commit is contained in:
parent
0d677367b8
commit
0cbc0856f4
5 changed files with 10 additions and 10 deletions
|
@ -38,7 +38,7 @@ export function Store(methods = []) {
|
|||
logs.warning.push(...data)
|
||||
},
|
||||
error: function (...data) {
|
||||
if (typeof window !== 'undefined') console.error(...data)
|
||||
if (typeof window !== 'undefined') console.error(...data[0])
|
||||
logs.error.push(...data)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue