Skip to content

Commit

Permalink
add missing internal tag (#4198)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Dec 28, 2024
1 parent 39db211 commit 4326741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/effect/src/internal/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ export const structuredLogger = makeLogger<unknown, {
}
)

/** @internal */
export const structuredMessage = (u: unknown): unknown => {
switch (typeof u) {
case "bigint":
Expand Down

0 comments on commit 4326741

Please sign in to comment.