Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Dec 19, 2024
1 parent 33d90e2 commit 3e0519a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hyperx/utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import ./errors

func stackTrace2(err: ref Exception): string {.raises: [].} =
doAssert err != nil
result = ""
result.add err.getStackTrace
result.add "Error: "
Expand Down

0 comments on commit 3e0519a

Please sign in to comment.