MCPcopy Index your code
hub / github.com/ampproject/amphtml / getStderr

Function getStderr

build-system/common/process.js:58–60  ·  view source on GitHub ↗

* Executes the provided command, returning its stderr. * @param {string} cmd * @param {?Object=} options * @return {string}

(cmd, options)

Source from the content-addressed store, hash-verified

56 * @return {string}
57 */
58function getStderr(cmd, options) {
59 return getOutput(cmd, options).stderr;
60}
61
62module.exports = {
63 getOutput,

Callers

nothing calls this directly

Calls 1

getOutputFunction · 0.70

Tested by

no test coverage detected