Skip to content

Commit

Permalink
pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 16, 2024
1 parent 39cfc9a commit 83524b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/log_debug.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
log_debug <- function(...) {
## Concatenate the current time, the specified values,
## and a newline character and print it
cat(paste(Sys.time(), ..., "\n"))
cat(paste(format(Sys.time()), ..., "\n"))
}

0 comments on commit 83524b7

Please sign in to comment.