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 for running in browser (addresses #267). #272

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

TimUnderhay
Copy link

Addresses #267 by checking if process exists. Unfortunately one can't use a simple false-y check as it fails with a referenceError, as process is not declared in the browser.

@travist
Copy link
Owner

travist commented Nov 2, 2022

Thank you!

@travist travist merged commit c59005b into travist:master Nov 2, 2022
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

3 participants