This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide process.version to webui and component extensions
It was erroring with: ``` _stream_writable.js var asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : ``` because our webpack config sets process to false and the process object we provide doesn't have a version property until now. processNextTick; Related to brave/browser-laptop#5981
- Loading branch information
a1c7592
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was erroring when loading a magnet URL via the urlbar inside the content dev tools console.