Skip to content

Commit fa3d249

Browse files
cemerickChouser
authored andcommitted
Add a call to Agent.shutdown() at the end of clojure.lang.Compile/main Refs #124
Signed-off-by: Chouser <[email protected]>
1 parent e0e8326 commit fa3d249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jvm/clojure/lang/Compile.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public static void main(String[] args) throws Exception{
6868
{
6969
e.printStackTrace(err);
7070
}
71+
Agent.shutdown();
7172
}
7273
}
7374
}

0 commit comments

Comments
 (0)