src/Visualise.jl

changeset 65
86707a701e2b
parent 60
dcfc38ade15b
--- 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