ai-project-manage-cli 4.0.6 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -772,8 +772,12 @@ function runConnect(opts) {
|
|
|
772
772
|
nodeId: payload.nodeId
|
|
773
773
|
});
|
|
774
774
|
console.log("[apm] \u5DE5\u4F5C\u6D41\u8282\u70B9\u72B6\u6001:", confirmResult.nodeStatus);
|
|
775
|
-
} catch {
|
|
776
|
-
console.error(
|
|
775
|
+
} catch (err) {
|
|
776
|
+
console.error(
|
|
777
|
+
"[apm] \u65E0\u6CD5\u89E3\u6790 WebSocket \u6D88\u606F:",
|
|
778
|
+
text,
|
|
779
|
+
err.message
|
|
780
|
+
);
|
|
777
781
|
}
|
|
778
782
|
});
|
|
779
783
|
ws.on("error", (err) => {
|