Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed May 5, 2024
1 parent 5fb8654 commit 78b9494
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,11 @@ public void stop(BundleContext context) throws Exception {
this.isAlive = false;
try {
//stop the running shells
AbstractShell.shutdownAllShells();
try {
AbstractShell.shutdownAllShells();
} catch (Exception e) {
Log.log(e);
}

//save the natures (code completion stuff) -- and only the ones initialized
//(no point in getting the ones not initialized)
Expand Down

0 comments on commit 78b9494

Please sign in to comment.