bung87 / scorper

scorper is a micro and elegant web framework written in Nim
Apache License 2.0
81 stars 5 forks source link

Error: can raise an unlisted exception: Exception #27

Closed sdmcallister closed 3 years ago

sdmcallister commented 3 years ago

Can't compile with flag -d:chronosStrictException

Example: nim r -d:chronosStrictException scorpertest.nim Error: scorper-1.0.15\scorper\http\streamserver.nim(355, 24) Error: can raise an unlisted exception: Exception

bung87 commented 3 years ago

oh , this flag is like strict mode, so without this flag , the program should also work , it's usage kind like a linter. so dont worry about this.

bung87 commented 3 years ago

close in 1.0.16