Don't swallow exceptions

This commit is contained in:
Fabian 2018-01-30 12:20:06 -06:00
parent e629e7044c
commit 4b1d83377a

View file

@ -1294,7 +1294,7 @@ CPU.prototype.codegen_finalize = function(cache_index, virtual_start, start, end
console.log(e);
debugger;
//dump_file(code);
throw e;
}
}
else