Skip to content

Commit dfab84d

Browse files
author
EspressoTrip-v2
committed
test
1 parent 4491c9b commit dfab84d

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
@@ -17,7 +17,7 @@ export function useProxyForMongo(config: Config) {
1717
socks.SocksClient.createConnection = async (options, callback) => {
1818
const proxy = new HttpsProxySocket(`https://${config.proxy}`, { auth: config.auth });
1919
const socket = await proxy.connect({ host: options.destination.host, port: options.destination.port });
20-
socket.unref()
20+
socket.unref();
2121
sockets.push(socket);
2222
return {
2323
socket,

0 commit comments

Comments
 (0)