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); });
興味深いデータ、つまりコールスタックを隠してしまいました。