MCPcopy Index your code
hub / github.com/actions/toolkit / _debug

Method _debug

packages/exec/src/toolrunner.ts:31–35  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

29 private options: im.ExecOptions
30
31 private _debug(message: string): void {
32 if (this.options.listeners && this.options.listeners.debug) {
33 this.options.listeners.debug(message)
34 }
35 }
36
37 private _getCommandString(
38 options: im.ExecOptions,

Callers 2

_processLineBufferMethod · 0.95
execMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected