Skip to content

Commit

Permalink
Doing proper cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 9, 2014
1 parent 22c0a48 commit 94f3c50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ private static Prompt createPrompt(Resource<?> currentResource)
@Override
public void close()
{
this.executionListeners.clear();
this.commandNotFoundListeners.clear();
this.console.stop();
}

Expand Down

0 comments on commit 94f3c50

Please sign in to comment.