bun run prettier

This commit is contained in:
Jarred-Sumner
2025-05-29 01:09:46 +00:00
committed by github-actions[bot]
parent df718d3688
commit d980a4dd0c

View File

@@ -1493,7 +1493,7 @@ function createConnection(...args) {
dnsopts.hints = dns.ADDRCONFIG;
}
process.nextTick(() => {
options.lookup(options.host, dnsopts, function(err, ip, addressType) {
options.lookup(options.host, dnsopts, function (err, ip, addressType) {
socket.emit("lookup", err, ip, addressType, options.host);
if (err) {
process.nextTick(destroyNT, socket, err);