adjust output

This commit is contained in:
yimysty
2022-06-17 18:58:11 -07:00
parent 65474466b2
commit b3b31a1b5c
5 changed files with 21 additions and 19 deletions

View File

@@ -40,6 +40,7 @@ async function setPagesPath({staticSiteGenerator, path}) {
} catch (error) {
core.error('Set pages path in the static site generator config failed', error)
console.log(error)
throw error
}
}