aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ShiftOS_TheReturn/Commands.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs
index 23017e0..fe4254b 100644
--- a/ShiftOS_TheReturn/Commands.cs
+++ b/ShiftOS_TheReturn/Commands.cs
@@ -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;
}