Skip to content

Commit

Permalink
chore: formating
Browse files Browse the repository at this point in the history
  • Loading branch information
distante committed Mar 26, 2024
1 parent c771443 commit b1ecd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@saninn__logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export class SaninnLogger implements ILogger {

/** Since we need to patch the console to accept especial calls, that will be check here */
private static checkConsolePatch(): void {
// @ts-ignore
if (
typeof SaninnLogger.____patchedConsoleForSaninnLogger___ !== 'undefined' &&
// @ts-ignore
SaninnLogger.____patchedConsoleForSaninnLogger___.fatal
) {
// We initialize this one time
Expand Down

0 comments on commit b1ecd69

Please sign in to comment.