mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 23:48:01 -05:00
Compare commits
1 Commits
fix/select
...
joe/bugfix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7c938456a |
@@ -560,8 +560,10 @@ runApp <- function(appDir=getwd(),
|
||||
host <- '0.0.0.0'
|
||||
|
||||
# Make warnings print immediately
|
||||
ops <- options(warn = 1)
|
||||
on.exit(options(ops), add = TRUE)
|
||||
if (getOption("warn", 0) < 1) {
|
||||
ops <- options(warn = 1)
|
||||
on.exit(options(ops), add = TRUE)
|
||||
}
|
||||
|
||||
workerId(workerId)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user