Skip to content

Commit 88e088a

Browse files
add: client import separation for fixing client
1 parent 497b76b commit 88e088a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/logger.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const randomUUID: () => string =
4242
const r = (Math.random() * 16) | 0;
4343
return (c === "x" ? r : (r & 0x3) | 0x8).toString(16);
4444
});
45+
4546
import { resolveLevel, shouldIncludeStack, shouldLog } from "./levels.js";
4647
import { composeMiddleware, fanOutToTransports } from "./pipeline.js";
4748
import {

0 commit comments

Comments
 (0)