提交 5157a2b1 编写于 作者: DCloud_JSON's avatar DCloud_JSON

Update index.obj.js

上级 21ebf604
......@@ -58,7 +58,7 @@ module.exports = {
async _after(error, result) {
// 请求完成时间
console.error('请求完成时间', Date.now() - this.requestStartTime, 'ms')
// console.error('请求完成时间', Date.now() - this.requestStartTime, 'ms')
if (error) {
// console.log({
......@@ -77,6 +77,8 @@ module.exports = {
if (this._promises.length > 0) {
await Promise.all(this._promises)
}
// console.error('云函数结束时间', Date.now() - this.requestStartTime, 'ms')
return result || { errCode: 0 }
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册