Skip to content

Commit

Permalink
feat: add TODO to ToolUtils about a potential bug
Browse files Browse the repository at this point in the history
The bug is reflected in the issue #375.
  • Loading branch information
Vladislav0Art committed Oct 7, 2024
1 parent 3079173 commit 08d19cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ object ToolUtils {

fun isProcessCanceled(indicator: CustomProgressIndicator): Boolean {
if (indicator.isCanceled()) {
// TODO: we must not stop this indicator! cancellation MAY imply stoppage
indicator.stop()
return true
}
Expand Down

0 comments on commit 08d19cb

Please sign in to comment.