mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
This fixes an issue where an error coming from loading a project file is shown as a PklBugException. There were two problems here: 1. proxyAddress needs to be a lazy value, because it can try to load a PklProject 2. accessing proxyAddress can throw a PklException, so it needs to be within the try/catch