1
0
Fork 0

fix (cutlist) edits to work with plugin-mirror's new strictness

This commit is contained in:
Enoch Riese 2023-04-19 10:11:05 -04:00
parent 0d677367b8
commit 0cbc0856f4
5 changed files with 10 additions and 10 deletions

View file

@ -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)
},
}