chore: Linter run
This commit is contained in:
parent
220b0ee0a7
commit
0b1137f09b
49 changed files with 192 additions and 201 deletions
|
@ -130,9 +130,7 @@ Path.prototype.attr = function (name, value, overwrite = false) {
|
|||
'Called `Path.attr(name, value, overwrite=false)` but `name` is undefined or false'
|
||||
)
|
||||
if (typeof value === 'undefined')
|
||||
this.raise.warning(
|
||||
'Called `Path.attr(name, value, overwrite=false)` but `value` is undefined'
|
||||
)
|
||||
this.raise.warning('Called `Path.attr(name, value, overwrite=false)` but `value` is undefined')
|
||||
if (overwrite)
|
||||
this.raise.debug(
|
||||
`Overwriting \`Path.attribute.${name}\` with ${value} (was: ${this.attributes.get(name)})`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue