Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Jan 16, 2024
1 parent 38b7410 commit 18d776c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/com/github/jlangch/venice/venice.venice
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@
(printlnc :error "Terminating shell...")
(sleep 1000)
(throw ex))
(catch :VncException ex
(printlnc :error (ex-venice-stacktrace ex)))
(catch :java.lang.Exception ex
(printlnc :error (str "Error: " (:message ex))))))

Expand Down

0 comments on commit 18d776c

Please sign in to comment.