This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
- Fixed a bug where
$promise
was attempting toflush
real promises that don't have aflush
method. - Fixed a bug where
$promise
was outputting a warning when a promise was rejected, even if it was then caught by another promise.