Skip to content

Commit 38b0a2a

Browse files
author
Dmitry Ovsyanko
committed
JobSource +tracker
1 parent dfcb46b commit 38b0a2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/JobSource.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ class JobSource extends EventEmitter {
4343

4444
}
4545

46+
this.tracker = new Tracker (this, this.logger)
47+
this.tracker.listen ()
48+
4649
const self = this
4750

4851
this.handlers = new Map ([

0 commit comments

Comments
 (0)