Skip to content

Commit

Permalink
Added return type for nancy
Browse files Browse the repository at this point in the history
  • Loading branch information
sethwebster committed Apr 14, 2012
1 parent 4b47c7a commit c233820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jabbot.AspNetBotHost/BotHostModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ private void SetupRoutes()
Get["/error"] = _ =>
{
new LogEvent("This is an intentional error").Raise();
return "";
};
}

Expand Down

0 comments on commit c233820

Please sign in to comment.