[debugger] Add comment to DebuggerCommandImpl.kt

GitOrigin-RevId: 783de5c84f5ece84969cee0a71788b352174d6cf
This commit is contained in:
Maksim Zuev
2024-10-02 16:46:23 +00:00
committed by intellij-monorepo-bot
parent b1e6a97c38
commit 5282faf9c3
@@ -105,6 +105,7 @@ abstract class DebuggerCommandImpl(private val myPriority: PrioritizedTask.Prior
notifyCancelled()
}
} finally {
// Command finished or postponed
cancelCommandScope()
}
}