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 5cbc519 commit 3791c26Copy full SHA for 3791c26
cli/analyze-pipeline.ts
@@ -423,7 +423,7 @@ program
423
logger: rootLogger,
424
};
425
426
- rootLogger.info(chalk.cyan("\n📊 Exporting Leaderboard API Endpoints"));
+ rootLogger.info(chalk.cyan("\n Exporting Leaderboard API Endpoints"));
427
rootLogger.info(chalk.gray(`Output directory: ${options.outputDir}`));
428
if (exportOptions.limit) {
429
rootLogger.info(chalk.gray(`User limit: ${exportOptions.limit}`));
0 commit comments