mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
--- `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).