Update Commands.cs

This commit is contained in:
Carver Harrison 2017-01-22 10:04:59 -08:00 committed by GitHub
parent 08a07cfb39
commit e8a3388521

View file

@ -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;
}