Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

picgo upload 输出结果顺序可能有错误 #40

Closed
abnerlee opened this issue Jun 13, 2020 · 2 comments
Closed

picgo upload 输出结果顺序可能有错误 #40

abnerlee opened this issue Jun 13, 2020 · 2 comments

Comments

@abnerlee
Copy link
Contributor

运行

picgo upload pic1.png pic2.png

输出应该是

[PICGO SUCCESS]
https://xxx.com/pic1.png
https://xxx.com/pic2.png

但可能是一个错误的顺序

[PICGO SUCCESS]
https://xxx.com/pic2.png
https://xxx.com/pic1.png
@Molunerfinn
Copy link
Member

日志输出顺序错误的问题已经修复,只是还未发版,近期会发版

@Molunerfinn
Copy link
Member

这里看了一下,url的顺序可能跟实现有关系,push到输出结果数组的时机可能是先上传完先push,这里我要看一下怎么改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants