Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #1424 variant: PackageLocationCache kept calling kpsewhich when…
… the cache contains a null value. - Replaced the use of 'getOrPut' by custom code using 'containsKey'. getOrPut re-evaluates the defaultValue function when the value is null, which happens when the key is absent, or when there is a key with a null-value. - See https://youtrack.jetbrains.com/issue/KT-21392
- Loading branch information