Skip to content

Commit 6d67c91

Browse files
author
EspressoTrip-v2
committed
revert
1 parent 69f7da7 commit 6d67c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mongoPatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function useProxyForMongo(config: Config) {
3636
count++;
3737
resolve();
3838
});
39-
socket.destroy();
39+
socket.end();
4040
}),
4141
),
4242
);

0 commit comments

Comments
 (0)