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 062661c commit ece1e63Copy full SHA for ece1e63
src/baas/scf/index.js
@@ -505,12 +505,12 @@ class Scf {
505
const func = await this.getFunction(namespace, functionName)
506
507
if (!func) {
508
- console.log(`Funtion ${functionName} not exist...`)
+ console.log(`Function ${functionName} not exist...`)
509
return
510
}
511
512
if (func.Status === 'Updating' || func.Status === 'Creating') {
513
- console.log(`Funtion ${functionName} status is ${func.Status}, can not delete...`)
+ console.log(`Function ${functionName} status is ${func.Status}, can not delete...`)
514
515
516
0 commit comments