(s, ...o)
| 41209 | this.patches.push(Wo.context([], this.context)), |
| 41210 | this.updatePatches(this.patches)) |
| 41211 | } |
| 41212 | debug(s, ...o) { |
| 41213 | this.debugLevel === s && console.log(...o) |
| 41214 | } |
| 41215 | verbose(s, ...o) { |
| 41216 | 'verbose' === this.debugLevel && console.log(`[${s}] `, ...o) |
no outgoing calls
no test coverage detected