From 0760befa0d9071455ae9cdf0d2890af0fa1898f3 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 23 Feb 2021 11:48:34 -0500 Subject: [PATCH] Update print.R --- R/print.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/print.R b/R/print.R index 6b73743..6e3e936 100644 --- a/R/print.R +++ b/R/print.R @@ -41,7 +41,7 @@ print.fontawesome <- function(x, view = interactive(), ...) { ) ) - message(x) + cat(as.character(x)) # nocov end }