From c18176ba60dd296000863867a4ed84f5cddf384c Mon Sep 17 00:00:00 2001 From: "fengchuanhn@gmail.com" Date: Sun, 17 May 2026 20:51:42 +0800 Subject: [PATCH] 1 --- src/views/DebugView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/DebugView.vue b/src/views/DebugView.vue index 0f34792..1cf8edf 100644 --- a/src/views/DebugView.vue +++ b/src/views/DebugView.vue @@ -39,7 +39,7 @@ async function executeScript() { running.value = true; resultText.value = ""; try { - const out = await invoke("run_quickjs_script_source", { + const out = await invoke("run_nodejs_script_source", { scriptSource: editorCode.value, params: {}, });