mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Remove accidental browser()
This commit is contained in:
@@ -695,7 +695,6 @@ runApp <- function(appDir=getwd(),
|
||||
if (!is.null(appParts$onEnd))
|
||||
on.exit(appParts$onEnd(), add = TRUE)
|
||||
|
||||
browser()
|
||||
server <- startApp(appParts, port, host, quiet)
|
||||
|
||||
on.exit({
|
||||
|
||||
Reference in New Issue
Block a user