Skip to content

Commit

Permalink
Add a call to Agent.shutdown() at the end of clojure.lang.Compile/mai…
Browse files Browse the repository at this point in the history
…n Refs #124

Signed-off-by: Chouser <chouser@n01se.net>
  • Loading branch information
cemerick authored and Chouser committed Jun 21, 2009
1 parent e0e8326 commit fa3d249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jvm/clojure/lang/Compile.java
Expand Up @@ -68,6 +68,7 @@ public static void main(String[] args) throws Exception{
{
e.printStackTrace(err);
}
Agent.shutdown();
}
}
}

0 comments on commit fa3d249

Please sign in to comment.