Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jun 15, 2020
1 parent d734ce5 commit 353798e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pure/os.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2720,6 +2720,7 @@ when defined(nimdoc):
## else:
## # Do something else!

elif defined(nimscript): discard
elif defined(nintendoswitch) or weirdTarget:
proc paramStr*(i: int): TaintedString {.tags: [ReadIOEffect].} =
raise newException(OSError, "paramStr is not implemented on Nintendo Switch")
Expand Down

0 comments on commit 353798e

Please sign in to comment.