MCPcopy
hub / github.com/vercel/next.js / onStderr

Function onStderr

test/integration/cli/test/index.test.ts:45–47  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

43 stdout += msg
44 },
45 onStderr(msg) {
46 stderr += msg
47 },
48 })
49
50 await new Promise((resolve) => app.close(resolve))

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected