Skip to content

Commit

Permalink
Update ProcessArgumentsProc
Browse files Browse the repository at this point in the history
  • Loading branch information
sneekyfoxx committed Jan 7, 2024
1 parent 1acde92 commit d5edc4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ProcessArgumentsProc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ proc sigintHandler() {.noconv.} =
const
red: string = "\e[1;31m"
yellow: string = "\e[33m"
blue: string = "\e[1;34m"
reset: string = "\e[0m"

if not isatty(stdin) or not isatty(stdout):
Expand Down

0 comments on commit d5edc4e

Please sign in to comment.