Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored and mildred committed Jan 11, 2021
1 parent 655a393 commit 78c36e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system/io.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 78c36e6

Please sign in to comment.