aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Commands.cs
diff options
context:
space:
mode:
authorVictor Tran <[email protected]>2017-01-11 14:22:12 +1100
committerVictor Tran <[email protected]>2017-01-11 14:22:12 +1100
commit627c4561722cf829a21c95554f79260f955e5139 (patch)
tree6e52d32ae69cf2d3613c6f09c5be9c35358e1fd5 /ShiftOS_TheReturn/Commands.cs
parent5958b0acff0227648e89abe89b91e8b4c48d253e (diff)
downloadshiftos_thereturn-627c4561722cf829a21c95554f79260f955e5139.tar.gz
shiftos_thereturn-627c4561722cf829a21c95554f79260f955e5139.tar.bz2
shiftos_thereturn-627c4561722cf829a21c95554f79260f955e5139.zip
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();