ass
This commit is contained in:
parent
14c8c8fba3
commit
fa1c39790a
|
@ -7,7 +7,7 @@ module.exports = class WebSocketMessageCollector {
|
||||||
this.startDate = new Date();
|
this.startDate = new Date();
|
||||||
this.dispatchFunction = dispatchFunction;
|
this.dispatchFunction = dispatchFunction;
|
||||||
exitHook(cb => {
|
exitHook(cb => {
|
||||||
this.dispatchFunction().then(cb);
|
this.package().then(cb);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue