MCPcopy Create free account
hub / github.com/breck7/scroll / logMessageText

Method logMessageText

external/.scrollLibs.js:24519–24523  ·  view source on GitHub ↗
(message = "")

Source from the content-addressed store, hash-verified

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?

Callers

nothing calls this directly

Calls 2

nestMethod · 0.80

Tested by

no test coverage detected