1
0
Fork 0

chore(plugins): Migrate from log.warning to log.warn

This commit is contained in:
joostdecock 2023-09-06 08:29:59 +02:00
parent 9ae94abd02
commit 9f081eebb1
3 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ function addCut(store, so = {}) {
return store
}
if (typeof material !== 'string') {
store.log.warning(`Tried to set material to a value that is not a string`)
store.log.warn(`Tried to set material to a value that is not a string`)
return store
}
const path = ['cutlist', partName, 'materials', material]