Skip to content

Commit

Permalink
Remove "NotImplemented" message (this is supposed to be unreachable now)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Nov 11, 2023
1 parent df5876c commit c99111a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Chatbook/Actions.wl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ ChatbookAction[ "TabRight" , args___ ] := catchMine @ TabRight @ arg
ChatbookAction[ "ToggleFormatting" , args___ ] := catchMine @ ToggleFormatting @ args;
ChatbookAction[ "ToolManage" , args___ ] := catchMine @ ToolManage @ args;
ChatbookAction[ "WidgetSend" , args___ ] := catchMine @ WidgetSend @ args;
ChatbookAction[ name_String , args___ ] := catchMine @ throwFailure[ "NotImplemented", name, args ];
ChatbookAction[ args___ ] := catchMine @ throwInternalFailure @ ChatbookAction @ args;

(* ::**************************************************************************************************************:: *)
Expand Down

0 comments on commit c99111a

Please sign in to comment.