MCPcopy Index your code
hub / github.com/resend/react-email / formatOutput

Function formatOutput

packages/render/e2e/integrations.spec.ts:100–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 output.splice(0, Math.max(0, output.length - 40));
99 };
100 const formatOutput = () =>
101 output.length === 0
102 ? 'No server output was captured.'
103 : output.join('').trim();
104 const child = child_process.spawn(command, {
105 shell: true,
106 cwd,

Callers 1

startWebServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected