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.