Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): fix race condition on create migration
A callback was placed not inside but after the callback which it belongs to. This resulted in a very rarely occuring race condition when creating migrations without an existing migration directory. Fixes #376
- Loading branch information