Skip to content

Commit

Permalink
handler_notifier(): make sure to use identical internal functions
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Oct 19, 2024
1 parent 6abbc55 commit fa1d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/handler_notifier.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ handler_notifier <- function(intrusiveness = getOption("progressr.intrusiveness.
notifier_(msg = message, title = title)
}
} else {
notifier <- function(...) NULL
notifier <- function(title = "R 'progressr' notification", message, ...) NULL
}

reporter <- local({
Expand Down

0 comments on commit fa1d286

Please sign in to comment.