Skip to content

Commit

Permalink
fix(components/core): fix SkyLogLevel to support --isolatedModules (
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored Sep 23, 2024
1 parent 6915157 commit 770ab4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @internal
*/
export const enum SkyLogLevel {
export enum SkyLogLevel {
Info = 1,
Warn = 2,
Error = 3,
Expand Down

0 comments on commit 770ab4c

Please sign in to comment.