Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的节点应用程序在其输出中偶尔出现此行:
[错误:未捕获的、未指定的“错误”事件。]
但是,没有调用堆栈或任何其他信息。调试此类错误的适当方法是什么?
哦,我很愚蠢地使用我在某处找到的这段代码:
process.on('uncaughtException', function(err) { console.log(err); });
它最终隐藏了有趣的数据,即调用堆栈。