|
|
|
@ -7,7 +7,7 @@ const logger = { |
|
|
|
|
info: (...args) => console.log(...args), |
|
|
|
|
debug: (...args) => console.log(...args), |
|
|
|
|
error: (...args) => console.error(...args), |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
(async () => { |
|
|
|
|
try { |
|
|
|
@ -60,4 +60,4 @@ const logger = { |
|
|
|
|
} catch (e) { |
|
|
|
|
console.error(e.message) |
|
|
|
|
} |
|
|
|
|
})() |
|
|
|
|
})() |
|
|
|
|