malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
1.92k stars 75 forks source link

Don't throw uncatchable error #1624

Closed whscullin closed 4 months ago

whscullin commented 4 months ago

Do not throw errors here, because they happen asynchronously inside a constructor, they can never be caught, which will cause node to exit.