Skip to content

doc: fix code example in inspector.md - #13182

Closed
vsemozhetbyt wants to merge 1 commit into
nodejs:masterfrom
vsemozhetbyt:inspector.md
Closed

doc: fix code example in inspector.md#13182
vsemozhetbyt wants to merge 1 commit into
nodejs:masterfrom
vsemozhetbyt:inspector.md

Conversation

@vsemozhetbyt

Copy link
Copy Markdown
Contributor
Checklist
Affected core subsystem(s)

doc, inspector

console.log(result.value) outputs just 4.

@vsemozhetbytvsemozhetbyt added doc Issues and PRs related to the documentations. inspector Issues and PRs related to the V8 inspector protocol labels May 24, 2017
@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. inspector Issues and PRs related to the V8 inspector protocol labels May 24, 2017
@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

@refackrefack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we lint for space inside object literals? { a }

@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

@refack No, but this is rather common in the docs.

@refack

Copy link
Copy Markdown
Contributor

@refack No, but this is rather common in the docs.

I personally like it. If it's common we should lint for it.

@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

Well, if there is some unanimity for this, I could address this. But I would not bother everybody with this PR for spaces only, I've just fixed the result.value issue and other nits besides.

@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

Landed in 329b6e9

@vsemozhetbyt
vsemozhetbyt deleted the inspector.md branch May 26, 2017 08:54
vsemozhetbyt added a commit that referenced this pull request May 26, 2017
PR-URL: #13182
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
jasnell pushed a commit that referenced this pull request May 28, 2017
PR-URL: #13182
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.inspectorIssues and PRs related to the V8 inspector protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@vsemozhetbyt@refack@jasnell@cjihrig@MylesBorins@nodejs-github-bot