Apply suggestions from code review

This commit is contained in:
Mingzi
2022-06-20 09:47:17 -07:00
committed by GitHub
parent f2ea2f467e
commit 0c1bf1eefb

View File

@@ -40,7 +40,6 @@ 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
}
}