beamjs / erlv8

Erlang interface for V8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In some cases erlv8_vm:run returns {throw, Error} while it should be {exception, Error}

yrashk opened this issue · comments

Most likely this is happening with Erlang-to-Erlang calls.

(detected in beamjs and beamjs_mod_beamjs:vm_run has a clause for {throw, Error} now)