修复某些bug

This commit is contained in:
2026-01-31 20:50:07 +08:00
parent 417d0b5d9e
commit a974c1ff0f
3 changed files with 75 additions and 77 deletions

View File

@@ -124,7 +124,7 @@ namespace CMLeonOS
}
// 执行命令
Console.WriteLine($"Executing: {line}");
// Console.WriteLine($"Executing: {line}");
shell.ExecuteCommand(line);
}