mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
promises::finally() was missing namespace prefix
This commit is contained in:
@@ -1050,7 +1050,7 @@ registerDebugHook("observerFunc", environment(), label)
|
||||
# If this observer is async, it's necessary to maintain the busy
|
||||
# count until the async operation is complete
|
||||
.domain$incrementBusyCount()
|
||||
finally(result, .domain$decrementBusyCount)
|
||||
promises::finally(result, .domain$decrementBusyCount)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user