Skip to content

Commit

Permalink
Merge pull request #111 from yglukhov/gcsafe-fix
Browse files Browse the repository at this point in the history
Fixed gcsafety
  • Loading branch information
dom96 committed Apr 20, 2017
2 parents f8ac036 + d377385 commit aa4d181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jester.nim
Expand Up @@ -29,7 +29,7 @@ type
mimes*: MimeDb
port*: Port
bindAddr*: string
errorFilter*: proc(e: ref Exception, res: var Response)
errorFilter*: proc(e: ref Exception, res: var Response) {.closure, gcsafe.}

MatchType* = enum
MRegex, MSpecial
Expand Down

0 comments on commit aa4d181

Please sign in to comment.