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 custom inspection #114

Merged
merged 1 commit into from Jun 25, 2018
Merged

Conversation

BridgeAR
Copy link
Contributor

From Node.js 11 on custom inspection will not work with the inspect
property anymore. This changes it to use the newer custom inspection
symbol if available. To stay backwarts compatible it keeps the old
function in place in case it is called directly by users.

@salesforce-cla
Copy link

Thanks for the contribution! Before we can merge this, we need @BridgeAR to sign the Salesforce.com Contributor License Agreement.

@stash
Copy link
Collaborator

stash commented Jun 4, 2018

LGTM. Will merge once the assert API incompatibility thing gets resolved

From Node.js 11 on custom inspection will not work with the `inspect`
property anymore. This changes it to use the newer custom inspection
symbol if available. To stay backwarts compatible it keeps the old
function in place in case it is called directly by users.
@BridgeAR
Copy link
Contributor Author

Rebased due to conflicts.

@stash stash merged commit c761c55 into salesforce:master Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants