Skip to content

Commit

Permalink
bring back removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Sep 23, 2024
1 parent 6e7b316 commit 360d42d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/module_teal.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ srv_teal <- function(id, data, modules, filter = teal_slices()) {
moduleServer(id, function(input, output, session) {
logger::log_debug("srv_teal initializing.")

if (getOption("teal.show_js_log", default = FALSE)) {
shinyjs::showLog()
}

srv_teal_lockfile("lockfile")

output$identifier <- renderText(
Expand Down

0 comments on commit 360d42d

Please sign in to comment.