rendajs / Renda

A modern rendering engine for the web.
https://rendajs.org
MIT License
10 stars 4 forks source link

Unable to catch thrown errors from singleinstancepromise #936

Closed jespertheend closed 2 months ago

jespertheend commented 3 months ago

Specifically it seems like myPromise in run() only handles resolving, not rejecting.

jespertheend commented 3 months ago

There are currently some ignored tests because of this