Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency pumpify to v2 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Jul 17, 2019
1 parent c87f306 commit a2a2636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"configstore": "^5.0.0",
"gaxios": "^2.0.0",
"google-auth-library": "^4.0.0",
"pumpify": "^1.5.1",
"pumpify": "^2.0.0",
"stream-events": "^1.0.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion system-test/kitchen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('end to end', () => {
// stop sending data half way through
destroyed = true;
this.destroy();
ws.destroy(new Error('Interrupted'));
process.nextTick(() => ws.destroy(new Error('Interrupted')));
}
})
.pipe(ws)
Expand Down

0 comments on commit a2a2636

Please sign in to comment.