aboutsummaryrefslogtreecommitdiff
path: root/src/util/logger.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/logger.ts')
-rw-r--r--src/util/logger.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/logger.ts b/src/util/logger.ts
index 2fc0749..d779718 100644
--- a/src/util/logger.ts
+++ b/src/util/logger.ts
@@ -24,5 +24,5 @@ export default (
transports: Transport[];
} => ({
format: combine(splat(), timestamp(), label({ label: clazz })),
- transports: [new Console({ level: level, format: consoleFormat })]
+ transports: [new Console({ level: level, format: consoleFormat })],
});