Skip to content

Commit

Permalink
adds trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Jan 25, 2025
1 parent 0e38087 commit b7262cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimble.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ task test, "Run the Nimble tester!":
extraParams.addQuoted paramStr(i)

withDir "tests":
exec "nim c -r tester " & extraParams
exec "nim c -r tester --stackTrace:on" & extraParams

0 comments on commit b7262cf

Please sign in to comment.