Skip to content

Commit

Permalink
fix: --abortOnCompileError no longer answers other prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
squattingmonk committed Oct 16, 2023
1 parent f75ea57 commit 5e5e0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nasher/compile.nim
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ proc compile*(opts: Options, target: Target, updatedNss: var seq[string], exitCo
setForceAnswer(forced)
exitCode = QuitFailure
return false
setForceAnswer(forced)
else:
exitCode = QuitFailure
else:
Expand Down

0 comments on commit 5e5e0cd

Please sign in to comment.