graphicore / ufoJS

Javascript API for the Unified Font Object
lib.ufojs.org
GNU General Public License v3.0
52 stars 10 forks source link

Sync and Async API diversion since 6be365c #14

Closed graphicore closed 10 years ago

graphicore commented 10 years ago

The error is still handled in the async execution path, see: https://github.com/graphicore/ufoJS/blob/6be365c71d4b5a3e6e960936706bfb5d97ec0675/lib/ufoLib/glifLib/GlyphSet.js#L246

rrthomas commented 10 years ago

I'm assuming we want to do the same as the sync execution path, so I've fixed this by also propagating the error in the async path.