We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pidusage/lib/history.js
Line 42 in b52a86c
This line breaks compatibility with Electron apps, which uses Chromium-provided setTimeout/setInterval instead of Node's implementations.
setTimeout
setInterval
Perhaps a reasonable band-aid is to check if unref function exists before invoking it?
unref
The text was updated successfully, but these errors were encountered:
@lierdakil Would you mind submitting a PR?
I think checking before invocation is fine.
Sorry, something went wrong.
fix #109
badac91
Merge pull request #110 from soyuka/fix-109
73e8be6
Fix #109
soyuka
Successfully merging a pull request may close this issue.
pidusage/lib/history.js
Line 42 in b52a86c
This line breaks compatibility with Electron apps, which uses Chromium-provided
setTimeout
/setInterval
instead of Node's implementations.Perhaps a reasonable band-aid is to check if
unref
function exists before invoking it?The text was updated successfully, but these errors were encountered: