mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-09 22:25:59 -05:00
use shinyreactlog pkg directly
This commit is contained in:
@@ -95,8 +95,7 @@ renderReactLog <- function(sessionToken = NULL, time = TRUE) {
|
||||
#' @importFrom utils getFromNamespace
|
||||
writeReactLog <- function(file=stdout(), sessionToken = NULL) {
|
||||
check_shinyreactlog()
|
||||
writeReactLog <- getFromNamespace("write_reactlog", "shinyreactlog")
|
||||
writeReactLog(
|
||||
shinyreactlog::write_reactlog(
|
||||
rLog$asList(),
|
||||
file = file,
|
||||
session_token = sessionToken
|
||||
|
||||
Reference in New Issue
Block a user