Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): Fix race condition causing flakiness in PHP generator test (
google#6213) Turns out process.exit() was sometimes getting called before the (async) fs.writeFile had finished writing the last of the generator output files.
- Loading branch information