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

Function onStdout

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

Source from the content-addressed store, hash-verified

40
41 await launchApp(dirBasic, port, {
42 onStdout(msg) {
43 stdout += msg
44 },
45 onStderr(msg) {
46 stderr += msg
47 },

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected