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 5553ddc commit 0ea126fCopy full SHA for 0ea126f
src/baas/cdn/index.js
@@ -91,6 +91,7 @@ class Cdn {
91
if (e.code === 9111) {
92
console.log(`Please goto https://console.cloud.tencent.com/cdn open CDN service.`)
93
}
94
+ throw e
95
96
const { id } = await getCdnByHost(capi, host)
97
outputs.created = true
0 commit comments