Skip to content

Commit

Permalink
add info
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Apr 11, 2024
1 parent 1cb7a58 commit 5fd47ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ if (globalThis._azleInsideCanister) {
...globalThis.console,
log,
error: log,
warn: log
warn: log,
info: log
};

const originalSetTimeout = setTimeout;
Expand Down

0 comments on commit 5fd47ad

Please sign in to comment.