-
Notifications
You must be signed in to change notification settings - Fork 63
Various enhancements #187
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
Various enhancements #187
Conversation
richardschneider
commented
Jan 27, 2018
- Passphrase for in-proc node Passphrase for in-proc deamon #186
- Running JS on Windows Running JS on Windows #185
Codecov Report
@@ Coverage Diff @@
## master #187 +/- ##
=========================================
Coverage ? 88.41%
=========================================
Files ? 11
Lines ? 561
Branches ? 0
=========================================
Hits ? 496
Misses ? 65
Partials ? 0
Continue to review full report at Codecov.
|
As usual passes on Circle CI and fails on all others. @victorbjelkholm The Jenkins linux tests are failing because of port issues. Could you take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks @richardschneider
src/in-proc-node.js
Outdated
} else if (arg.startsWith('--pass')) { | ||
this.opts.pass = arg.split(' ').slice(1).join(' ') | ||
} else { | ||
// TODO: maybe throw! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@richardschneider What's the real TODO here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diasdavid good catch. I removed the comment.