chore: improve logging

This commit is contained in:
Simon
2026-03-05 16:54:41 +08:00
parent 8bc27414a4
commit 0dacbda9da
3 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import chalk from 'chalk'
export { normalizeResponse } from './autoFixer'
export * from './autoFixer'
export async function waitFor(seconds: number): Promise<void> {
await new Promise((resolve) => setTimeout(resolve, seconds * 1000))