refactor(oxfmt): Apply rethrow error for all pool.run() calls#19700
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merging this PR will not alter performance
Comparing Footnotes
|
717dd35 to
1d19661
Compare
pool.run() calls
1dad873 to
fdbbab7
Compare
1d19661 to
87abbe8
Compare
Merge activity
|
Since everything is called via `child_process`, let's standardize it. (Currently, even if the caller doesn't look at it at all.)
fdbbab7 to
06983a4
Compare
87abbe8 to
a447840
Compare

Since everything is called via
child_process, let's standardize it.(Currently, even if the caller doesn't look at it at all.)