Skip to content

Commit

Permalink
Update rencli.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
SmaamX authored Sep 1, 2024
1 parent ec0610a commit 99bd842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rencli.nim
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ proc colz(chars: auto, shadow: int = 0, mand: bool = false, lfix: bool = false):
try:
return check_list.mapIt(color_char(it, shadow)).join()
except IOError:
echo "\x1B[31mNanType:"
echo "\x1B[31mNanType"
quit()
else:
try:
return chars.mapIt(color_char(it, shadow)).join()
except IOError:
echo "\x1B[31mNanType:"
echo "\x1B[31mNanType"
quit()

proc ren_colz(local: seq[seq[auto]], refs: bool = false, shadow: int = 0): string =
Expand Down

0 comments on commit 99bd842

Please sign in to comment.