We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0b0bb commit 61e11c6Copy full SHA for 61e11c6
src/interceptors/docker/docker-networking.ts
@@ -50,7 +50,7 @@ function getDockerEventStream(docker: Docker) {
50
dockerEventParsingStream?.emit('error', e);
51
});
52
rawEventStream.on('close', () => {
53
- dockerEventParsingStream?.end(() => {});
+ dockerEventParsingStream?.end();
54
dockerEventStream = undefined;
55
56
})
0 commit comments