abalabahaha / opusscript

JS bindings for libopus 1.4, ported with Emscripten
MIT License
62 stars 18 forks source link

Remove abort #17

Closed AlexisL61 closed 3 years ago

AlexisL61 commented 3 years ago

I have removed abort in the code since it stop everything when an error is not handle instead of just showing a message in the node.js console

abalabahaha commented 3 years ago

This file is auto-generated, so editing it isn't going to do much. If this is an Emscripten thing there might be an option to turn this off somewhere, can you PR for that instead? Also since it's kind of unclear what error this refers to, can you provide reproduction steps?