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

docs: clarify usage of the cli options: -e,-p on windows #15543

Closed
wants to merge 13 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
src: remove unused static variable
PR-URL: #15458
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
bnoordhuis authored and lukaszewczak committed Sep 23, 2017
commit 60ce845d808d18be69b0b24d84cc8bd9d2a420fe
2 changes: 1 addition & 1 deletion src/module_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ inline const struct read_result read_file(uv_file file) {
struct file_check {
bool failed = true;
uv_file file = -1;
} file_check;
};
inline const struct file_check check_file(URL search,
bool close = false,
bool allow_dir = false) {
Expand Down