mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Fix/CI: float promise error handling / log wrap
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user