MCPcopy Create free account
hub / github.com/Azure/powershell / _debug

Method _debug

lib/index.js:1795–1799  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

1793 this.options = options || {};
1794 }
1795 _debug(message) {
1796 if (this.options.listeners && this.options.listeners.debug) {
1797 this.options.listeners.debug(message);
1798 }
1799 }
1800 _getCommandString(options, noPrefix) {
1801 const toolPath = this._getSpawnFileName();
1802 const args = this._getSpawnArgs(options);

Callers 2

_processLineBufferMethod · 0.95
execMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected