Update Commands.cs

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

View file

@ -93,7 +93,7 @@ namespace ShiftOS.Engine
if (args.ContainsKey("file"))
file = args["file"] as string;F
file = args["file"] as string;
else
throw new Exception("No 'file' argument provided.");