Skip to content

Commit 95a54a1

Browse files
committed
fixup - correct RStudio function name is runScriptJob
1 parent 378e2eb commit 95a54a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/render.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ quarto_render <- function(
113113
if (
114114
as_job &&
115115
rstudioapi::isAvailable() &&
116-
rstudioapi::hasFun("jobRunScript") &&
116+
rstudioapi::hasFun("runScriptJob") &&
117117
in_rstudio()
118118
) {
119119
message(

0 commit comments

Comments
 (0)