We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd9fda commit 02e21dcCopy full SHA for 02e21dc
R/create_certificate.R
@@ -192,6 +192,14 @@ create_batch_certificates <- function(
192
"i" = paste(" Error:", e$message)
193
)
194
195
+ },
196
+ warning = function(w) {
197
+ cli::cli_inform(
198
+ c(
199
+ "!" = "Warning while creating certificate for {.val {paste(first_name, last_name)}}",
200
+ "i" = paste(" Warning:", w$message)
201
+ )
202
203
}
204
205
@@ -248,6 +256,14 @@ create_batch_pathways_certificates <- function(
248
256
249
257
250
258
259
260
261
262
263
+ "!" = "Warning while creating certificate for {.val {name}}",
264
265
266
251
267
252
268
253
269
0 commit comments