MCPcopy
hub / github.com/lingodotdev/lingo.dev / displaySummary

Function displaySummary

packages/cli/src/cli/cmd/cleanup.ts:163–171  ·  view source on GitHub ↗
(results: any[])

Source from the content-addressed store, hash-verified

161}
162
163function displaySummary(results: any[]) {
164 if (results.length === 0) return;
165
166 console.log("\nProcess Summary:");
167 results.forEach((result) => {
168 console.log(`${result.step}: ${result.status}`);
169 if (result.error) console.log(` - Error: ${result.error}`);
170 });
171}

Callers 1

cleanup.tsFile · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected