fix (designs) add missing measurements to design configs
This commit is contained in:
parent
6a222f254d
commit
64bffa5ff9
7 changed files with 29 additions and 5 deletions
|
@ -176,7 +176,7 @@ Part.prototype.shorthand = function () {
|
|||
get: function (measurements, name) {
|
||||
if (typeof measurements[name] === 'undefined')
|
||||
self.context.store.log.warning(
|
||||
`Tried to access \`measurements.${name}\` but it is \`undefined\``
|
||||
`${self.name} tried to access \`measurements.${name}\` but it is \`undefined\``
|
||||
)
|
||||
return Reflect.get(...arguments)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue