diff options
Diffstat (limited to 'src/utils/logger.ts')
-rw-r--r-- | src/utils/logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/logger.ts b/src/utils/logger.ts index be32f2b..0dda4bb 100644 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -30,4 +30,4 @@ export default class Logger { public debug(...args: any[]) { this._log("debug", "#eebebe", args); } -}
\ No newline at end of file +} |