| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@AnnaMag could you prefix your commit message with doc:? thanks! |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good!
Generally +1 to @Fishrock123’s request (you should be able to edit the commit message using git commit --amend && git push -f, just in case). That can also be applied when merging the commit, so don’t worry about that.
Sorry, something went wrong.
|
@addaleax, @Fishrock123 Ok! next time will keep that convention in mind. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thanks! Can you prefix the commit message with doc: please? |
Sorry, something went wrong.
|
LGTM. I think this is trivial enough that it does not have to wait the full 48 hours to land. |
Sorry, something went wrong.
|
@AnnaMag Hi, not sure where the second commit here is coming from, but that seems like something that should go into a different pull request? (If you have any questions, always feel free to ask, here or e.g. in #node-dev on Freenode!) |
Sorry, something went wrong.
|
@addaleax upps! I added a new commit to the same branch on my remote. |
Sorry, something went wrong.
|
@AnnaMag you can remove the wrong commit and force push, no need to close the pr. |
Sorry, something went wrong.
|
done! apologies for the confusion:) |
Sorry, something went wrong.
|
No problem, I was just surprised. I agree with @jasnell, this doesn’t need to wait 48 hours, so I’ll go ahead and merge this PR. :) |
Sorry, something went wrong.
|
Oh, by the way – your author name in this commit is given as AnnaMag <AnnaMag@users.noreply.github.com>. Is that intended or do you prefer to be listed (changelog, git log, AUTHORS file) with some other name? People typically prefer their full name, but ultimately it’s up to you. |
Sorry, something went wrong.
|
@addaleax, I appreciate you pointing it out. I am fine with the way it is at the moment. Thanks though! |
Sorry, something went wrong.
|
Aye aye then! Landed this in bf0bcf4, thanks for the contribution! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
doc: typo in line 123 of doc/api/debugger.md
example node calls use node, not ./node
Fixes: Examples in debugger documentation should all use global node #8942