diff options
| author | Carver Harrison <[email protected]> | 2017-01-22 10:04:59 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-22 10:04:59 -0800 |
| commit | e8a33885213805dd4b0efd5d22f362446f16bf8a (patch) | |
| tree | 567951e5ac6318c178b64726e8574b9b7f45b529 /ShiftOS_TheReturn/Commands.cs | |
| parent | 08a07cfb3996860ad5906861868ee8ea7c576077 (diff) | |
| download | shiftos_thereturn-e8a33885213805dd4b0efd5d22f362446f16bf8a.tar.gz shiftos_thereturn-e8a33885213805dd4b0efd5d22f362446f16bf8a.tar.bz2 shiftos_thereturn-e8a33885213805dd4b0efd5d22f362446f16bf8a.zip | |
Update Commands.cs
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 4 |
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; } |
