This repository was archived by the owner on Dec 20, 2017. It is now read-only.
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
util.requestCloud 的结果有时是 Object 的数组,有时是 JSON 字符串的数组,暂时没找到原因
Contributor
There was a problem hiding this comment.
JSON 字符串数组是之前一个 bug,后来 fix 以后应该都是 Object 数组。
Contributor
Author
|
今天测试的时候偶尔会出现 ETIMEDOUT 和 ECONNRESET 这两个网络错误 |
bin/run.js
Outdated
Contributor
There was a problem hiding this comment.
新的 url 确定了:https://leancloud.cn/1.1/tables/EngineLogs
修改获取日志的 url
Contributor
|
我没有问题了,自己测试了基本流程都通过。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
原日志每条之间都有一个空行,我去掉了这个空行。