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

Function onStdout

test/integration/revalidate-as-path/test/index.test.ts:84–87  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

82
83 app = await nextStart(appDir, appPort, {
84 onStdout(msg) {
85 console.log('got stdout', msg)
86 stdout += msg || ''
87 },
88 })
89 })
90 afterAll(() => killApp(app))

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected