DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
434 stars 59 forks source link

Remove force backtrace of exceptions #191

Closed richarddd closed 11 months ago

richarddd commented 11 months ago

Backtraces should not always show as soon as we hit an exception in JS-land.

DelSkayn commented 11 months ago

Ah yes, good catch.

That was left over from debugging some rather annoying issue locally, should not have been pushed out.