Open
Description
When using v12.0.0-alpha.14
on the playground, syntax errors sometimes trigger the error ENOENT: /static/playground.res, no such file or directory
.
I haven't been able to reproduce this issue in v12.0.0-alpha.13
or earlier versions.
By setting the --debug-info
jsoo flag, I've narrowed it down to protect_refs
from misc.ml
:
Lines 41 to 52 in 3079bdb
Only two functions call protect_refs: Env.without_cmis
and Warnings.without_warnings