mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-09 06:04:58 -05:00
fixed bad argument placement
This commit is contained in:
@@ -507,7 +507,7 @@ MessageLogger = R6Class(
|
||||
reactInfo <- self$getReact(reactId)
|
||||
if (is.null(reactInfo)) return(" <UNKNOWN_REACTID>")
|
||||
paste0(
|
||||
" ", reactInfo$reactId, ":'", self$shortenString(self$singleLine(reactInfo$label), "'")
|
||||
" ", reactInfo$reactId, ":'", self$shortenString(self$singleLine(reactInfo$label)), "'"
|
||||
)
|
||||
},
|
||||
typeStr = function(type = NULL) {
|
||||
|
||||
Reference in New Issue
Block a user