dillon1000/react

Commit

[snap tester] Patch runner for sync mode

--- 

`yarn snap --sync` currently fails on `error.file-has-non-critical-errors`. This 
is because we're relying on a globally overwritten `console.error` function to 
report non-fatal errors. However, executing `Promise.all(...)` on a single 
nodejs thread will interleave calls to `run` (which is an async function).
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/packages/snap/src/runner.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…