Searched refs:msgErr (Results 1 – 1 of 1) sorted by relevance
30 const msgErr = 'this is stderr'; constant34 const msgErrBuf = Buffer.from(`${msgErr}\n`);38 `console.log("${msgOut}"); console.error("${msgErr}");`,125 assert.strictEqual(ret.stderr, `${msgErr}\n`);