Conversation
|
@katainaka0503, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Tyriar and @bpasero to be potential reviewers. |
|
@katainaka0503, |
|
@katainaka0503 looks like my last push introduced merge conflict, can you check? |
b4ce36f to
9e6ebc4
Compare
9e6ebc4 to
f701dd5
Compare
|
@bpasero fixed conflict. |
bpasero
left a comment
There was a problem hiding this comment.
Looks good to me, except for one minor thing.
| }); | ||
| return detectMimesFromStream(child.stdout, null).then(result => | ||
| isBinaryMime(result.mimes) ? | ||
| TPromise.wrapError<string>(<IFileOperationResult>{ |
There was a problem hiding this comment.
OK. I am fixing this. Is it better to write return explicitly?
|
@katainaka0503 builds are failing due to bad whitespace indentation (e.g. https://travis-ci.org/Microsoft/vscode/jobs/206537447), can you format your changes and submit again? |
2c1973e to
3b7835e
Compare
7c6969f to
1b64840
Compare
1b64840 to
38943f4
Compare
|
Thanks 👍 |
|
Thank you for the merge! |
Refactored some files to use Promise.