You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue occurs as part of PR #4, and discovered whilst investigating will-stone/browserosaurus#399
The error is specifically on line 10 of index.js, as node does not expand tildes (nodejs/node#684).
From my limited understanding of node, and testing locally, process.env.HOME has a function equivalent to the tilde, so this should be an easy fix.
Pull request incoming.
The text was updated successfully, but these errors were encountered:
Issue occurs as part of PR #4, and discovered whilst investigating will-stone/browserosaurus#399
The error is specifically on line 10 of index.js, as node does not expand tildes (nodejs/node#684).
From my limited understanding of node, and testing locally, process.env.HOME has a function equivalent to the tilde, so this should be an easy fix.
Pull request incoming.
The text was updated successfully, but these errors were encountered: