Uh oh!
There was an error while loading. Please reload this page.
doc: make execFileSync in line with execFile - #2940
Conversation
make execFileSync API docs in line with execFile API docs
evanlucas
commented
Sep 18, 2015
LGTM |
silverwind
commented
Sep 22, 2015
@lfortin while you're at it, could you move the whole |
103d869 to
66a6f76Comparelfortin
commented
Sep 22, 2015
@silverwind done. |
silverwind
commented
Sep 22, 2015
@lfortin The diff looks a bit unwieldy, this is just a cut-paste job, right? |
lfortin
commented
Sep 22, 2015
@silverwind yes it is. I confirm that the text is well formatted. |
silverwind
commented
Sep 22, 2015
Alright, LGTM. |
There was a problem hiding this comment.
I'm not sure these should have moved. Isn't there a convention to put the link definitions at the end of the file ?
There was a problem hiding this comment.
Oh, good catch. These should indeed remain an the end of the file, @lfortin.
lfortin
commented
Sep 22, 2015
@targos I see, my bad. I will re-issue a new commit with the link definitions at the end of the file. /cc @silverwind |
6b69b3d to
66a6f76Comparelfortin
commented
Sep 22, 2015
@targos@silverwind done. |
There was a problem hiding this comment.
I'm sorry but this looks like an unnecessary newline.
e05bb82 to
66a6f76Comparerearrange execSync, execFileSync API docs to be in line with exec, execFile API docs
lfortin
commented
Sep 22, 2015
@silverwind unnecessary new line removed. |
silverwind
commented
Sep 22, 2015
LGTM |
1 similar comment
targos
commented
Sep 22, 2015
LGTM |
PR-URL: #2940 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Changed the ordering so it is in line with the async methods. PR-URL: #2940 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
silverwind
commented
Sep 23, 2015
PR-URL: #2940 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Changed the ordering so it is in line with the async methods. PR-URL: #2940 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Make execFileSync API docs in line with execFile API docs.