(message = "")
| 24517 | bern${Particle.nest(errorMessage, 2)}`) |
| 24518 | } |
| 24519 | logMessageText(message = "") { |
| 24520 | const pre = `pre |
| 24521 | bern${Particle.nest(message, 2)}` |
| 24522 | return this.addStumpCodeMessageToLog(pre) |
| 24523 | } |
| 24524 | unmount() { |
| 24525 | if ( |
| 24526 | !this.isMounted() // todo: why do we need this check? |
nothing calls this directly
no test coverage detected