This commit is contained in:
flywind
2020-12-30 07:51:17 -06:00
committed by GitHub
parent 1df0c04a1c
commit 2f4d00fb98

View File

@@ -783,7 +783,7 @@ when declared(stdout):
not defined(nintendoswitch) and not defined(freertos) and
hostOS != "any"
const echoDoRaise = not defined(nimLegacyEchoNoRaise) # see PR #16366
const echoDoRaise = not defined(nimLegacyEchoNoRaise) and not defined(guiapp) # see PR #16366
template checkErrMaybe(succeeded: bool): untyped =
if not succeeded: