We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02157fa commit 37d0ce6Copy full SHA for 37d0ce6
src/jvm/clojure/lang/Agent.java
@@ -70,7 +70,7 @@ static void doRun(Action action){
70
if(changed)
71
action.agent.notifyWatches();
72
}
73
- catch(Exception e)
+ catch(Throwable e)
74
{
75
//todo report/callback
76
action.agent.errors = RT.cons(e, action.agent.errors);
0 commit comments