You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In walking through the requires of this project, I found a broken require in undo-seed.js. I haven't actually tried calling it (bundling this package in as a dependency and had a piece of code that would walk through the requires of all my dependencies).
Expected behavior
The require in undo-seed.js line 9 should be referring to ../../connect
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
db-migrate version: 0.11.12
plugins with versions: X.Y.Z
db-migrate driver with versions:
Additional information:
- Node version: 14.17.6
- Platform: Mac
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
In walking through the requires of this project, I found a broken require in undo-seed.js. I haven't actually tried calling it (bundling this package in as a dependency and had a piece of code that would walk through the requires of all my dependencies).
Expected behavior
The require in undo-seed.js line 9 should be referring to
../../connect
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: