Skip to content

Commit

Permalink
Add System.exit(0) to console
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Nov 28, 2014
1 parent aa9eb44 commit 87a22ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ class GroovyConsoleWebApplicationContext extends GenericWebApplicationContext {
void exit(EventObject evt) {
super.exit(evt)
self.close()
System.exit(0)
}
}

groovyConsole.run()

}
Expand Down

0 comments on commit 87a22ed

Please sign in to comment.