1
This commit is contained in:
@@ -39,7 +39,7 @@ async function executeScript() {
|
|||||||
running.value = true;
|
running.value = true;
|
||||||
resultText.value = "";
|
resultText.value = "";
|
||||||
try {
|
try {
|
||||||
const out = await invoke("run_quickjs_script_source", {
|
const out = await invoke("run_nodejs_script_source", {
|
||||||
scriptSource: editorCode.value,
|
scriptSource: editorCode.value,
|
||||||
params: {},
|
params: {},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user