Deno: Isolate::execute() panics when JS can't be compiled

Created on 15 Apr 2020  路  2Comments  路  Source: denoland/deno

When running a broken JS code (e.g., syntax error) through deno_core::Isolate::execute() method, the program panics.

bug

All 2 comments

Hi @bartlomieju, we're already assembling a fix for this bug. We should open the PR in a few moments.

Fixed in #4770

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ry picture ry  路  3Comments

motss picture motss  路  3Comments

justjavac picture justjavac  路  3Comments

xueqingxiao picture xueqingxiao  路  3Comments

davidbarratt picture davidbarratt  路  3Comments