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 bf1d4c7 commit be70b08Copy full SHA for be70b08
_extensions/sverto/sverto.lua
@@ -101,7 +101,7 @@ function inject_svelte_and_compile(m)
101
'--configQuartoOutPath="./" ' ..
102
'--configSvelteInPaths="' .. sveltePaths .. '"'
103
local svelteResult = os.execute(svelteCommand)
104
- quarto.log.warning("Svelte compiler finished with code " .. svelteResult)
+ quarto.log.warning("Svelte compiler finished with code " .. tostring(svelteResult))
105
106
end
107
0 commit comments