Skip to content

Commit

Permalink
fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Dec 1, 2023
1 parent 502c355 commit c3f0b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ async function createTestServer(onRequest) {

async function close() {
if (tunnel) await tunnel.close()
server.closeAllConnections()
await new Promise((resolve) => server.close(() => resolve()))
debug('closed tunnel')
}
Expand Down

0 comments on commit c3f0b51

Please sign in to comment.