ERR_UNCAUGHT_EXCEPTION_CAPTURE_ALREADY_SET
process.setUncaughtExceptionCaptureCallback()
被调用了两次,没有先将回调重置为 null
。
¥process.setUncaughtExceptionCaptureCallback()
was called twice,
without first resetting the callback to null
.
此错误旨在防止意外覆盖从另一个模块注册的回调。
¥This error is designed to prevent accidentally overwriting a callback registered from another module.