Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure installation directory exists before downloading binary
- Updated the `download` method in `Binary` class to be asynchronous. - Added a check to ensure the `installDir` directory exists before starting the download. - If the directory does not exist, it is created with `fs.mkdir` using the `recursive` option.
- Loading branch information