Skip to content

Commit

Permalink
Fixed error with "quit" call in nimdow.nim (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
crab-dev authored Jun 23, 2020
1 parent e6df97d commit 561adc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimdow.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ when isMainModule:
let param = params[0].string
if param == "-v" or param == "--version":
echo "Nimdow v0.5.6"
quit
quit()
else:
# If given a parameter for a config file, use it instead of the default.
configLoc = params[0].string
Expand Down

0 comments on commit 561adc8

Please sign in to comment.