Home
last modified time | relevance | path

Searched refs:msgErr (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-spawnsync-input.js30 const msgErr = 'this is stderr'; constant
34 const msgErrBuf = Buffer.from(`${msgErr}\n`);
38 `console.log("${msgOut}"); console.error("${msgErr}");`,
125 assert.strictEqual(ret.stderr, `${msgErr}\n`);