dns-notfound-what:改进 node 中 dns.js 的 ENOTFOUND 消息错误

时间:2024-07-20 19:00:51
【文件属性】:

文件名称:dns-notfound-what:改进 node 中 dns.js 的 ENOTFOUND 消息错误

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-20 19:00:51

JavaScript

在node 0.10及更早版本的dns ENOTFOUND错误中添加域名。 . 如果您的 node.js 进程因如下错误而崩溃: events.js:72 throw er; // Unhandled 'error' event ^ Error: getaddrinfo ENOTFOUND at errnoException (dns.js:37:11) at Object.onanswer [as oncomplete] (dns.js:124:16) 这是因为您在某处执行请求而不处理“错误”事件。 但是 node.js 错误并没有说明它无法解析的域是什么。 此模块添加域: events.js:72 throw er; // Unhandled 'error' event


【文件预览】:
dns-notfound-what-master
----.gitignore(580B)
----README.md(1KB)
----test()
--------tests.js(660B)
----LICENSE(1KB)
----package.json(413B)
----index.js(748B)

网友评论