graphicore / ufoJS

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

Fix #13 and #14 #15

Closed rrthomas closed 9 years ago

rrthomas commented 9 years ago

I don't think this code is quite right yet, since it doesn't attempt to handle ENOENT in the async case. On investigation, the async case does not seem to receive ENOENT, only errors.Gliflib (although my first commit fixes the async code not to catch ENOENT).

rrthomas commented 9 years ago

@graphicore, thanks for your help. If you're happy with the way things are now, let me know and I'll squash the commits.

graphicore commented 9 years ago

looks good

rrthomas commented 9 years ago

Squashed.