Minor clean

This commit is contained in:
Zef Hemel
2023-07-27 15:25:33 +02:00
parent a3ad239b09
commit 4ba11ac66c
2 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function systemSyscalls(
return allCommands;
},
"system.reloadPlugs": () => {
return editor.reloadPlugs();
return editor.loadPlugs();
},
"system.getEnv": () => {
return system.env;