Skip to content

Commit be70b08

Browse files
committed
Fixes #24
1 parent bf1d4c7 commit be70b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/sverto/sverto.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function inject_svelte_and_compile(m)
101101
'--configQuartoOutPath="./" ' ..
102102
'--configSvelteInPaths="' .. sveltePaths .. '"'
103103
local svelteResult = os.execute(svelteCommand)
104-
quarto.log.warning("Svelte compiler finished with code " .. svelteResult)
104+
quarto.log.warning("Svelte compiler finished with code " .. tostring(svelteResult))
105105

106106
end
107107
end

0 commit comments

Comments
 (0)