-
Notifications
You must be signed in to change notification settings - Fork 10
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
cli: fix jstp import statement, fixes #129 #130
Conversation
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.
Please move the "fixes" field to the commit metadata and use the full URL there, like
Fixes: https://github.com/metarhia/JSTP/issues/129
tools/cli.js
Outdated
@@ -4,7 +4,7 @@ | |||
|
|||
// TODO: support jstp://server and jstps://server | |||
|
|||
const jstp = require('.'); | |||
const jstp = require('../'); |
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.
Can you please remove the trailing slash?
@lundibundi and I don't think it is required to request reviews explicitly for such a trivial change ;) Basically, you've stated that this PR cannot land until both I and @belochub approve it. |
7a9d0a9
to
55577eb
Compare
@aqrln ok, done |
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
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
Landed in a688994, thanks! |
PR-URL: metarhia/jstp#130 Fixes: metarhia/jstp#129 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
PR-URL: metarhia/jstp#130 Fixes: metarhia/jstp#129 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
No description provided.