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
I've been using SequelizeAuto in a CLI, and I'm getting a connection error printed every once in a while but it is not thrown as an error.
try {
var auto = new SequelizeAuto(config.db_name, config.user, config.password, config);
await auto.run().catch(err => {throw "failed generating model"});
} catch(err) {
// never gets here, even when I see an error printed
}
The text was updated successfully, but these errors were encountered:
I've been using SequelizeAuto in a CLI, and I'm getting a connection error printed every once in a while but it is not thrown as an error.
The text was updated successfully, but these errors were encountered: