Merge pull request #896 from keizie/fix-monolith-error
fix(monolith): quote url
This commit is contained in:
commit
e6f43bbbfa
|
@ -8,7 +8,7 @@ const handleMonolith = async (link: Link, content: string) => {
|
|||
|
||||
try {
|
||||
let html = execSync(
|
||||
`monolith - -I -b ${link.url} ${
|
||||
`monolith - -I -b "${link.url}" ${
|
||||
process.env.MONOLITH_CUSTOM_OPTIONS || "-j -F -s"
|
||||
} -o -`,
|
||||
{
|
||||
|
|
Ŝarĝante…
Reference in New Issue