mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-18 06:44:17 -05:00
8eb6167976
In JS, the forEach() method didn't correctly handle async callbacks for processing collection items. Now, if the callback returns a Promise, it'll be properly waited for.