Skip to content
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

fix: fix the deprecated warnings #40

Merged
merged 3 commits into from Mar 28, 2017
Merged

fix: fix the deprecated warnings #40

merged 3 commits into from Mar 28, 2017

Conversation

hustxiaoc
Copy link
Collaborator

@hustxiaoc hustxiaoc commented Mar 28, 2017

Some debug apis have been marked as deprecated sine NODE_MODULE_VERSION >= 48

@@ -44,7 +44,9 @@ describe('v8-debug', function() {
expect(v8debug.registerAgentCommand.bind(v8debug, 'command', [], function() {
done();
})).to.not.throw();
v8debug.sendCommand('command');
process.nextTick(function() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Node(>=7.4.0 ) needs this, can't figure it out why.

@hustxiaoc hustxiaoc merged commit b087816 into master Mar 28, 2017
@hustxiaoc hustxiaoc deleted the upgrade_deprecated branch March 28, 2017 06:07
bajtos added a commit that referenced this pull request Mar 28, 2017
 * fix: fix the deprecated warnings (#40) (淘小杰)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant