kekee000 / fonteditor-core

fonteditor core functions
MIT License
353 stars 67 forks source link

Silence woff2 output #41

Closed ericpaulbishop closed 3 years ago

ericpaulbishop commented 4 years ago

Silences output by woff2 module, closes #29.

This isn't just cosmetic because logging to the error log in particular can cause problems for anything downstream that makes use of this functionality. In particular I see "still waiting on run dependencies: dependency: wasm-instantiate (end of list)" in the error log, even though the output is exactly as expected, and everything runs fine. This prevents such unwanted output along with the "Compressed xxxx to xxxx." messages the original reporter of #29 reports.

I strongly recommend (and would appreciate) bumping to 2.1.3 after applying this fix.