chore(plugins): Migrate from log.warning to log.warn
This commit is contained in:
parent
9ae94abd02
commit
9f081eebb1
3 changed files with 4 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue