ERR_DOMAIN_CALLBACK_NOT_AVAILABLE


node:domain 模块无法使用,因为它无法建立所需的错误处理钩子,这是由于 process.setUncaughtExceptionCaptureCallback() 在先前的某个时间点已被调用造成的。

【The node:domain module was not usable since it could not establish the required error handling hooks, because process.setUncaughtExceptionCaptureCallback() had been called at an earlier point in time.】