tmandry / Swindler

macOS window management library for Swift
https://tmandry.github.io/Swindler/docs/main/
MIT License
695 stars 66 forks source link

Log errors of non-promise based property writes #22

Closed tmandry closed 5 years ago

tmandry commented 5 years ago

Currently, we throw out errors if you do something like window.position.value = .... I see PromiseKit complaining about unhandled errors, maybe it’s from this.