Skip to content

Commit

Permalink
Fix for nim 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
amzak committed May 3, 2018
1 parent 4d49925 commit d4d154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nimbexec.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import strutils
let params = commandLineParams()

if params.len() == 0:
quit ("missing execution command", 1)
quit("missing execution command", QuitFailure)

let fullCmd = params[0]

Expand Down

0 comments on commit d4d154d

Please sign in to comment.