Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Mar 18, 2024
1 parent 348a6bc commit d13ea96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ proc render*(engine: TimEngine, viewName: string,
add result, indent(jitView.getHtml(), layout.getViewIndent)
else:
jitView.logger.displayErrors()
displayError = true
hasError = true
else:
raise newException(TimError, "No layouts available")
else:
Expand Down

0 comments on commit d13ea96

Please sign in to comment.