Fix ci-server ci (#18180)

This commit is contained in:
Paul Rastoin
2026-02-24 12:51:46 +01:00
committed by GitHub
parent 959cbfb725
commit c6ec764b23
14 changed files with 116 additions and 54 deletions
@@ -144,6 +144,6 @@ export class GenerateApiKeyCommand extends CommandRunner {
return;
}
console.log(`TOKEN:${tokenResult.token}\n`);
this.logger.log(`TOKEN:${tokenResult.token}\n`);
}
}