| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
make execFileSync API docs in line with execFile API docs
|
LGTM |
Sorry, something went wrong.
|
@lfortin while you're at it, could you move the whole execFileSync section below exexSync so the ordering is the same as for the async methods? |
Sorry, something went wrong.
|
@lfortin The diff looks a bit unwieldy, this is just a cut-paste job, right? |
Sorry, something went wrong.
|
@silverwind yes it is. I confirm that the text is well formatted. |
Sorry, something went wrong.
|
Alright, LGTM. |
Sorry, something went wrong.
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 ?
Sorry, something went wrong.
There was a problem hiding this comment.
Oh, good catch. These should indeed remain an the end of the file, @lfortin.
Sorry, something went wrong.
|
@targos I see, my bad. I will re-issue a new commit with the link definitions at the end of the file. /cc @silverwind |
Sorry, something went wrong.
There was a problem hiding this comment.
I'm sorry but this looks like an unnecessary newline.
Sorry, something went wrong.
rearrange execSync, execFileSync API docs to be in line with exec, execFile API docs
|
@silverwind unnecessary new line removed. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
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>
Sorry, something went wrong.
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>
| Back | FazBrowse Home | New Git URL |
Make execFileSync API docs in line with execFile API docs.