mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
edit命令重定向到nano
This commit is contained in:
@@ -14,8 +14,8 @@ namespace CMLeonOS.Commands.Editor
|
||||
|
||||
try
|
||||
{
|
||||
var editor = new CMLeonOS.Editor(fileName, fileSystem);
|
||||
editor.Run();
|
||||
var nano = new CMLeonOS.Nano(fileName, true, fileSystem);
|
||||
nano.Start();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user