ERR_UNCAUGHT_EXCEPTION_CAPTURE_ALREADY_SET


process.setUncaughtExceptionCaptureCallback() 被调用了两次,而没有先将回调重置为 null

此错误旨在防止意外覆盖从其他模块注册的回调。

【This error is designed to prevent accidentally overwriting a callback registered from another module.】