From daf1669e700eae71b8e2ae8ebbd94b2714e53767 Mon Sep 17 00:00:00 2001 From: bennykok Date: Fri, 7 Jun 2024 13:20:06 -0700 Subject: [PATCH] fix: node_error proxy --- web-plugin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-plugin/index.js b/web-plugin/index.js index 67a9e29..95f325b 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -32,7 +32,7 @@ function dispatchAPIEventData(data) { } app.ui.dialog.show(message); - if (error.response) { + if (msg.node_errors) { app.lastNodeErrors = msg.node_errors; app.canvas.draw(true, true); }