MCPcopy
hub / github.com/prisma/prisma / formatOutput

Function formatOutput

packages/internals/src/cli/getGeneratorSuccessMessage.ts:32–35  ·  view source on GitHub ↗
(generator: Generator)

Source from the content-addressed store, hash-verified

30}
31
32function formatOutput(generator: Generator): string {
33 const output = generator.options?.generator.output
34 return output ? dim(` to .${path.sep}${path.relative(process.cwd(), parseEnvValue(output))}`) : ''
35}

Callers 1

Calls 1

parseEnvValueFunction · 0.90

Tested by

no test coverage detected