From 8cafccc78ff3129f47c7be9e50cbae5a23b71539 Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Wed, 27 Nov 2024 02:26:12 -0800 Subject: [PATCH] Use captureStackTraces, it means the same thing --- R/shiny.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/shiny.R b/R/shiny.R index 55b70172bb..c5e1eadc15 100644 --- a/R/shiny.R +++ b/R/shiny.R @@ -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..