Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Features - Add "async stack traces": A feature which makes caught errors have extra stack traces appended to their `stack` property, allowing users to trace he origin of an exception across multiple ticks. - Add `Future.debugMode`: A function to turn async stack traces on or off. Improvements - Reduce bundle size through dependency trimming - Fix a bug where a Computation could settle after crashing
- Loading branch information