Skip to content

Commit

Permalink
fix: add finally block to start method
Browse files Browse the repository at this point in the history
  • Loading branch information
Bezkup committed Mar 2, 2024
1 parent d182719 commit 25e9df5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ public void start() {
scriptName +
" and parameters: " + parameters + " could not be created", e);
}
} finally {
context.close();
}
}
}
Expand Down

0 comments on commit 25e9df5

Please sign in to comment.