Return stopApp value without visibility info

This commit is contained in:
Joe Cheng
2015-12-29 15:57:23 -08:00
parent c5fa30f0de
commit aaa05b22df

View File

@@ -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