We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d55003 commit 61aedb0Copy full SHA for 61aedb0
generator/cmd/generateall.ts
@@ -94,7 +94,7 @@ executeSynchronous(async () => {
94
const startTime = Date.now();
95
const newConfigs = await generateSchemas(readme, autoGenConfig);
96
const generationTime = Date.now() - startTime;
97
- console.log(`Time taken to generate ${autoGenConfig.basePath} : ${generationTime} ms.`);
+ console.log(`Time taken to generate ${chalk.green.italic(autoGenConfig.basePath)} : ${chalk.magenta.bold(generationTime)} ms.`);
98
schemaConfigs.push(...newConfigs);
99
pkg.result = 'succeeded';
100
logOut(summaryLogger,
0 commit comments