aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Commands.cs
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-01-11 08:42:41 -0500
committerGitHub <[email protected]>2017-01-11 08:42:41 -0500
commit5b71be06a2efc42acf1af22a63730a947d7a1978 (patch)
treea5adbe0242ae43f06034113d383ad002bc73d36e /ShiftOS_TheReturn/Commands.cs
parent5958b0acff0227648e89abe89b91e8b4c48d253e (diff)
parent32fc0f960d99af9345cc920ccefb5f4b55e5c92b (diff)
downloadshiftos_thereturn-5b71be06a2efc42acf1af22a63730a947d7a1978.tar.gz
shiftos_thereturn-5b71be06a2efc42acf1af22a63730a947d7a1978.tar.bz2
shiftos_thereturn-5b71be06a2efc42acf1af22a63730a947d7a1978.zip
Merge pull request #31 from vicr123/master
Catch exception when a command throws an unhandled exception
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
-rw-r--r--ShiftOS_TheReturn/Commands.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs
index 4571387..9822c1c 100644
--- a/ShiftOS_TheReturn/Commands.cs
+++ b/ShiftOS_TheReturn/Commands.cs
@@ -286,7 +286,6 @@ namespace ShiftOS.Engine {
}
}
-
[Command("help", "{COMMAND_HELP_USAGE}", "{COMMAND_HELP_DESCRIPTION}")]
public static bool Help() {
var asm = Assembly.GetExecutingAssembly();