Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid an edge case that process was stubbed without process.brow…
…ser property (#96) Some unknown JS lib (or browser plugin) stubbed global var "process" with only "env" property. This breaks aurelia 1's check of environment. This fix is the tiniest change I can think off. In Node(or Nodelike) environment, process.version is always populated with the version of Nodejs. closes #71, closes #72
- Loading branch information