mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 03:13:47 +00:00
chore: document aux functions
This commit is contained in:
committed by
Carlos Valente
parent
8742b790f3
commit
4f672670ed
@@ -19,6 +19,7 @@ class Logger {
|
||||
* Enabling setup logger after init
|
||||
*/
|
||||
init(escalateErrorFn: (error: string) => void) {
|
||||
// flush logs from queue
|
||||
this.queue.forEach((log) => {
|
||||
this._push(log);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user