Skip to content

Commit 05d3a96

Browse files
committed
compat
1 parent 3c4ba5a commit 05d3a96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • ts-perf/packages/commands/src/analyze/model

ts-perf/packages/commands/src/analyze/model/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export class Analyzer {
148148
TimeSpan,
149149
Range,
150150
pc,
151+
chalk: pc,
151152
format: (value: any, limit = 50) =>
152153
formatValues(value && Symbol.iterator in value ? value : [value], { useColor: true }, limit),
153154
}),

0 commit comments

Comments
 (0)