diff --git a/app/renderer/src/main/src/pages/pluginDebugger/PluginDebuggerPage.tsx b/app/renderer/src/main/src/pages/pluginDebugger/PluginDebuggerPage.tsx index f1716951c2..9205196e47 100644 --- a/app/renderer/src/main/src/pages/pluginDebugger/PluginDebuggerPage.tsx +++ b/app/renderer/src/main/src/pages/pluginDebugger/PluginDebuggerPage.tsx @@ -376,7 +376,7 @@ const SecondNodeHeader: React.FC = React.memo( ipcRenderer.invoke("send-to-tab", { type: YakitRoute.AddYakitScript, data: { - moduleType: "nuclei", + moduleType: pluginType, content: code } })