Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrap: Change
unwrap()
to expect()
for WIX
path
On Windows, `x.py dist` command panics without proper error message if 'WIX' environment variable is not set. This patch changes `Option::unwrap()` to `Option::expect()`.
- Loading branch information