Skip to content

Commit

Permalink
missing parenteses
Browse files Browse the repository at this point in the history
  • Loading branch information
baj12 committed Jun 2, 2019
1 parent 2634ba9 commit 958bd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/app/reactives.R
Original file line number Diff line number Diff line change
Expand Up @@ -2077,11 +2077,11 @@ reacativeReport <- function() {
"\`", var, "\`()"
))),
error = function(e){
cat(file = stderr, paste("error var", var, ":(",e,")\n"))
cat(file = stderr(), paste("error var", var, ":(",e,")\n"))
e
},
warning = function(e){
cat(file = stderr, paste("warning with var", var, ":(",e,")\n"))
cat(file = stderr(), paste("warning with var", var, ":(",e,")\n"))
e
})
assign(var, tempVar, envir = report.env)
Expand Down

0 comments on commit 958bd4d

Please sign in to comment.