We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed69d46 commit 1347530Copy full SHA for 1347530
common/src/main/kotlin/com/lambda/task/tasks/BuildTask.kt
@@ -381,6 +381,7 @@ class BuildTask @Ta5kBuilder constructor(
381
}
382
BuildConfig.BreakConfirmationMode.AwaitThenBreak -> pendingInteractions.add(ctx)
383
384
+ currentInteraction = null
385
386
387
private fun SafeContext.breakBlock(ctx: BreakContext): Boolean {
0 commit comments