Closed sdmcallister closed 3 years ago
Can't compile with flag -d:chronosStrictException
-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
nim r -d:chronosStrictException scorpertest.nim
scorper-1.0.15\scorper\http\streamserver.nim(355, 24) Error: can raise an unlisted exception: Exception
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.
close in 1.0.16
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