We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457b002 commit 20f9ffdCopy full SHA for 20f9ffd
packages/utils/src/lib/logger.ts
@@ -1,7 +1,6 @@
1
/* eslint-disable max-lines, no-console, @typescript-eslint/class-methods-use-this */
2
import ansis, { type AnsiColors } from 'ansis';
3
import os from 'node:os';
4
-import path from 'node:path';
5
import ora, { type Ora } from 'ora';
6
import { formatCommandStatus } from './command.js';
7
import { dateToUnixTimestamp } from './dates.js';
0 commit comments