Skip to content

Commit 4415557

Browse files
Rong5180rongxwang
andauthored
feat: update params (#262)
Co-authored-by: rongxwang <rongxwang@tencent.com>
1 parent 76c8fc2 commit 4415557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/scf/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ export default class Scf {
273273

274274
// deploy SCF flow
275275
async deploy(inputs: ScfDeployInputs): Promise<ScfDeployOutputs> {
276+
console.log('start toolkit');
276277
const namespace = inputs.namespace ?? CONFIGS.defaultNamespace;
277278
const functionName = inputs.name;
278279
const { ignoreTriggers = false } = inputs;

0 commit comments

Comments
 (0)