MCPcopy Create free account
hub / github.com/angular/dev-infra / _debug

Method _debug

github-actions/saucelabs/set-saucelabs-env.js:20088–20092  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

20086 this.options = options || {};
20087 }
20088 _debug(message) {
20089 if (this.options.listeners && this.options.listeners.debug) {
20090 this.options.listeners.debug(message);
20091 }
20092 }
20093 _getCommandString(options, noPrefix) {
20094 const toolPath = this._getSpawnFileName();
20095 const args = this._getSpawnArgs(options);

Callers 3

_processLineBufferMethod · 0.45
execMethod · 0.45
HandleTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected