mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
bun run prettier
This commit is contained in:
committed by
github-actions[bot]
parent
df718d3688
commit
d980a4dd0c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user