Fix/CI: float promise error handling / log wrap

This commit is contained in:
SukkaW
2024-05-02 07:33:29 +08:00
parent df6bbb68a0
commit 10bde9f1e8
2 changed files with 16 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ function printStats(stats: TraceResult[]): void {
const realStart = Math.min(...stats.map(i => i.start));
const realEnd = Math.max(...stats.map(i => i.end));
const statsStep = ((realEnd - realStart) / 160) | 0;
const statsStep = ((realEnd - realStart) / 120) | 0;
stats.forEach(stat => {
console.log(