Fix util typo
This commit is contained in:
parent
e8dd853ba6
commit
ab49b426ec
@ -1,6 +1,6 @@
|
||||
/* eslint-disable no-console */
|
||||
import { join } from "path";
|
||||
import { format as utilFormat } from "node:util";
|
||||
import { format as utilFormat } from "util";
|
||||
|
||||
import winston from "winston";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user