Skip to content

Commit

Permalink
Use unexported function
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Sep 17, 2023
1 parent 1ce01dd commit 7e8c780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/quarto-ext/shinylive/shinylive.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
-- about installing shinylive R package.
function callRShinylive(args, input)
args = { "-e",
"shinylive::quarto_ext()",
"shinylive:::quarto_ext()",
table.unpack(args) }
local res
local status, err = pcall(
Expand Down

0 comments on commit 7e8c780

Please sign in to comment.