This commit is contained in:
Lamp 2022-01-04 16:30:07 -08:00
parent 14c8c8fba3
commit fa1c39790a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module.exports = class WebSocketMessageCollector {
this.startDate = new Date();
this.dispatchFunction = dispatchFunction;
exitHook(cb => {
this.dispatchFunction().then(cb);
this.package().then(cb);
});
}