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

Update error check to avoid deprecation warning in NodeJS 22 #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

soulgalore
Copy link

@soulgalore soulgalore commented Nov 6, 2024

Using NodeJS 22 you get a deprecation warning like this:

(node:12388) [DEP0048] DeprecationWarning: The `util.isError` API is deprecated. Please use `ObjectPrototypeToString(e) === "[object Error]" || e instanceof Error` instead.

Using NodeJS 22 you get a deprecation warning like this:
(node:12388) [DEP0048] DeprecationWarning: The `util.isError`
API is deprecated. Please use
`ObjectPrototypeToString(e) === "[object Error]" || e instanceof Error` instead.
@soulgalore
Copy link
Author

Hi @seanmonstar I'm a long time user of intel, it has worked great throughout the years, so many thanks for the project! With NodeJS 22 there's a new deprecation warnings that comes when you use intel. Would be great if this could be fixed and released :)

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.

1 participant