Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Steps: 1. Set directory to be "." (e.g. serve from app.asar directly) 2. Bundle an electron app Expected: app://- serves index.html Actual: extname(".../app.asar") returns .asar, which fails the guard and serves file not found.
- Loading branch information