Skip to content

Commit

Permalink
🚧 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed May 23, 2024
1 parent f09e4d5 commit fd4b3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.console.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Level } from './mod.ts';
import { interpolate } from './util.ts';

import { magenta, blue, bold, gray, red, yellow } from 'npm:kleur@^4/colors';
import { blue, bold, gray, magenta, red, yellow } from 'npm:kleur@^4/colors';

const LEVELS = {
log: '◆ log ' as const,
Expand Down

0 comments on commit fd4b3dd

Please sign in to comment.