There was an error while loading. Please reload this page.
1 parent 9bfe84d commit 5c5ae0bCopy full SHA for 5c5ae0b
logs/tencentLogs.js
@@ -103,6 +103,7 @@ class TencentLogs {
103
}
104
105
} else {
106
+ const handler = new LogsFunction(this.options, this.serverless)
107
const result = await handler.logs(
108
functionName,
109
this.options.startTime || this.getTimeFunction(timeFormat, 1 * 60 * 60 * 1000),
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-tencent-scf",
3
- "version": "0.1.20",
+ "version": "0.1.21",
4
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Tencent Cloud Functions.",
5
"main": "index.js",
6
"author": "Tencent Cloud, Inc.",
0 commit comments