Skip to content

Commit

Permalink
Use captureStackTraces, it means the same thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Nov 27, 2024
1 parent d646bd8 commit 8cafccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ ShinySession <- R6Class(
tmpdata <- tempfile(fileext = ext)
return(Context$new(getDefaultReactiveDomain(), '[download]')$run(function() {
promises::with_promise_domain(reactivePromiseDomain(), {
promises::with_promise_domain(createStackTracePromiseDomain(), {
captureStackTraces({
self$incrementBusyCount()
hybrid_chain(
# ..stacktraceon matches with the top-level ..stacktraceoff..
Expand Down

0 comments on commit 8cafccc

Please sign in to comment.