More information error when quarto_run()
fails
#184
Labels
enhancement
New feature or request
Milestone
quarto_run()
fails
#184
I think you can take the same approach as pkgdown does with rmarkdown, i.e. if it fails and it's in quiet mode, you can still print the appropriate part of the stderr that callr has captured.
(It doesn't matter too much here, but in general when you're wrapping errors, you should always use
withCallingHandlers
nottryCatch
)The text was updated successfully, but these errors were encountered: