标签: javascript node.js
必须有办法防止每个错误中的崩溃。我正在使用这个:
try { // blabla throw "Error"; } catch(err) { self.Error(err); }
但我无法持续捕捉它们