多任务

This commit is contained in:
2026-02-28 16:30:25 +08:00
parent 02ff8295ef
commit 58df162054
12 changed files with 560 additions and 20 deletions

View File

@@ -118,7 +118,7 @@ namespace UniLua
return 1;
}
CMLeonOS.Kernel.shell?.ExecuteCommand(command);
CMLeonOS.Kernel.ExecuteCommand(command);
lua.PushBoolean(true);
return 1;
}
@@ -132,7 +132,7 @@ namespace UniLua
return 1;
}
CMLeonOS.Kernel.shell?.ExecuteCommand($"com {filePath}");
CMLeonOS.Kernel.ExecuteCommand($"com {filePath}");
lua.PushBoolean(true);
return 1;
}