mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-05 20:25:13 -05:00
Return stopApp value without visibility info
This commit is contained in:
@@ -706,9 +706,9 @@ runApp <- function(appDir=getwd(),
|
||||
stop(.globals$retval)
|
||||
}
|
||||
else if (.globals$retval$visible)
|
||||
.globals$retval
|
||||
.globals$retval$value
|
||||
else
|
||||
invisible(.globals$retval)
|
||||
invisible(.globals$retval$value)
|
||||
}
|
||||
|
||||
#' Stop the currently running Shiny app
|
||||
|
||||
Reference in New Issue
Block a user