We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b58e9 commit 8f3cf4aCopy full SHA for 8f3cf4a
2 files changed
OpenFlow/src/Messages/Message.ts
@@ -577,13 +577,13 @@ export class Message {
577
await KubeUtil.instance().ExtensionsV1beta1Api.replaceNamespacedIngress("ingress", namespace, ingress);
578
}
579
} catch (error) {
580
- msg.error = error.toString();
+ msg.error = JSON.stringify(error, null, 2);
581
582
try {
583
this.data = JSON.stringify(msg);
584
585
this.data = "";
586
587
588
this.Send(cli);
589
VERSION
@@ -1 +1 @@
1
-0.0.180
+0.0.181
0 commit comments