I bet you compiled your app with -d:release, so that error was hidden before Nim 0.20.
Just compile with -d:danger now, and it will be hidden again. No not serious, better search for the reason of that bug.
I bet you compiled your app with -d:release, so that error was hidden before Nim 0.20.
Just compile with -d:danger now, and it will be hidden again. No not serious, better search for the reason of that bug.