mirror of
https://github.com/apple/pkl.git
synced 2026-08-12 23:12:02 +02:00
This previously yielded ``` Unexpected token `}`. Expected `}`. ``` Pretty confusing, no? Now it's just ``` Unexpected token `}`. ``` Resolves #1638