diff options
Diffstat (limited to 'logging/handler.ts')
| -rw-r--r-- | logging/handler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logging/handler.ts b/logging/handler.ts index 2d76f5a78..3c5bbe10c 100644 --- a/logging/handler.ts +++ b/logging/handler.ts @@ -1,4 +1,4 @@ -import { getLevelByName } from "./levels"; +import { getLevelByName } from "./levels.ts"; export class BaseHandler { level: number; |
