diff --git a/R/graph.R b/R/graph.R index 4c67b75a2..c1c2e27e4 100644 --- a/R/graph.R +++ b/R/graph.R @@ -507,7 +507,7 @@ MessageLogger = R6Class( reactInfo <- self$getReact(reactId) if (is.null(reactInfo)) return(" ") paste0( - " ", reactInfo$reactId, ":'", self$shortenString(self$singleLine(reactInfo$label), "'") + " ", reactInfo$reactId, ":'", self$shortenString(self$singleLine(reactInfo$label)), "'" ) }, typeStr = function(type = NULL) {