Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: --cache-dir broken after in 0.19.3+ (#1382)
Resolves #1378 where `--cache-dir` was broken after in 0.19.3+ due to a regression in #1327. This error happened because `cacheDir` is not an absolute path when provided via the CLI option. This PR fixes the bug by resolving `cacheDir` to an absolute path when initializing the `cache` instance. Signed-off-by: Luke Young <[email protected]>
- Loading branch information