rethrow instead of throw draft

Tue, 31 Aug 2021 17:55:33 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 31 Aug 2021 17:55:33 +0300
changeset 65
86707a701e2b
parent 64
ccbd8f5f1c34

rethrow instead of throw

src/Visualise.jl file | annotate | diff | comparison | revisions
--- a/src/Visualise.jl	Tue Aug 31 17:55:16 2021 +0300
+++ b/src/Visualise.jl	Tue Aug 31 17:55:33 2021 +0300
@@ -210,7 +210,7 @@
             # the next iteration is finished.
             printstyled("\rUser interrupt—finishing up.\n", bold=true, color=202)
         else
-            throw(ex)
+            rethrow(ex)
         end
     end
     

mercurial