Uh oh!
There was an error while loading. Please reload this page.
inspector: print warning when used - #7383
Merged
Merged
Conversation
evanlucas
commented
Jun 23, 2016
ContributorAuthor
/cc @ofrobots |
MylesBorins
commented
Jun 23, 2016
Contributor
LGTM |
ofrobots
commented
Jun 23, 2016
Contributor
LGTM! |
cjihrig
commented
Jun 23, 2016
Contributor
I'd say "experimental feature", but other than that, LGTM. |
evanlucas
commented
Jun 23, 2016
ContributorAuthor
@cjihrig yea, good call. |
Fishrock123
commented
Jun 23, 2016
Contributor
Maybe surround it with |
evanlucas
commented
Jun 26, 2016
ContributorAuthor
jasnell
commented
Jun 27, 2016
Member
LGTM |
This is done to note that this is an experimental feature. PR-URL: nodejs#7383 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
evanlucas
commented
Jun 28, 2016
ContributorAuthor
Landed in a77f6eb. Thanks! |
Fishrock123 pushed a commit
that referenced
this pull request
Jul 5, 2016
This is done to note that this is an experimental feature. PR-URL: #7383 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test(UNIX) orvcbuild test nosign(Windows) passesAffected core subsystem(s)
inspector
Description of change
This is done to note that this is an experimental feature.