mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-02-02 06:17:34 +00:00
Update Commands.cs
This commit is contained in:
parent
08a07cfb39
commit
e8a3388521
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ namespace ShiftOS.Engine
|
|||
|
||||
|
||||
if (args.ContainsKey("file"))
|
||||
file = args["file"] as string;
|
||||
file = args["file"] as string;F
|
||||
else
|
||||
throw new Exception("No 'file' argument provided.");
|
||||
|
||||
|
@ -127,7 +127,7 @@ namespace ShiftOS.Engine
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine("{ERROR}: " + ex.Exception);
|
||||
Console.WriteLine("{ERROR}: " + ex.Message);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue