fix(core): Fixed typo in debug code
This commit is contained in:
parent
8240b5fd9a
commit
9ace3b6255
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ Pattern.prototype.sampleListOption = function (optionName) {
|
|||
*/
|
||||
Pattern.prototype.sampleMeasurement = function (measurementName) {
|
||||
this.is = 'sample'
|
||||
if (this.debug) this.raise.debug(`Sampling measurement \`${measurement}\``)
|
||||
if (this.debug) this.raise.debug(`Sampling measurement \`${measurementName}\``)
|
||||
this.runHooks('preSample')
|
||||
let anchors = {}
|
||||
let parts = this.sampleParts()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue