doc: add comma and colon in message with --inspector doc url#19871
doc: add comma and colon in message with --inspector doc url#19871n-filatov wants to merge 2 commits intonodejs:masterfrom
Conversation
cjihrig
left a comment
There was a problem hiding this comment.
Can you drop the trailing slash from the URL? Otherwise, LGTM.
|
@cjihrig Done |
|
cc @nodejs/diagnostics |
|
https://nodejs.org/en/docs/inspector/ redirects to https://nodejs.org/en/docs/guides/debugging-getting-started/ but https://nodejs.org/en/docs/inspector (without the trailing slash) 404's. |
|
Good catch @richardlau. We should keep the existingURL and add the trailing slash, although I think a better solution is for the website to not require the trailing slash. |
|
Returned old URL but with trailing slash. Also created issue in nodejs.org repo to fix this bug. |
|
Super minor nits, but while we're in here, can we add a comma after |
|
(Also: Hi, @Muffassa! Welcome and thanks for the PR! These kinds of changes often attract lots of comments. Don't get discouraged! And thanks again!) |
|
@Trott No problem :) Fixed |
|
nodejs/build#1219 has fixed the redirect for the original URL. |
Would that make this PR unnecessary and close-able? (It seems that way to me, with apologies to @Muffassa for giving them nits/comments and then ultimately not accepting the change, but it happens.) |
|
Oh, actually, those commas are still an improvement, so this could land, probably preferably with the slashes omitted though? |
|
(Commit message will probably need to be updated too.) |
|
Changed commit messages, removed slash in the end of url, changed request message. |
PR-URL: nodejs#19871 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
This commit adds basic functionality testing of the help URL printed when the inspector starts. PR-URL: nodejs#19887 Refs: nodejs#19871 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #19871 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
This commit adds basic functionality testing of the help URL printed when the inspector starts. PR-URL: #19887 Refs: #19871 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
make -j4 test(UNIX), orvcbuild test(Windows) passesWhen i follow link https://nodejs.org/en/docs/inspector i get 404 error. Replaced on https://nodejs.org/en/docs/guides/debugging-getting-started/ with inspect flag documentation