ERR_INSPECTOR_ALREADY_ACTIVATED


在使用 node:inspector 模块时,尝试在检查器已经开始监听端口时激活它。在在不同地址上激活之前,请使用 inspector.close()

【While using the node:inspector module, an attempt was made to activate the inspector when it already started to listen on a port. Use inspector.close() before activating it on a different address.】