Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow catching errors from SequelizeAuto.run() #645

Open
hallelk opened this issue Apr 11, 2023 · 0 comments
Open

allow catching errors from SequelizeAuto.run() #645

hallelk opened this issue Apr 11, 2023 · 0 comments

Comments

@hallelk
Copy link

hallelk commented Apr 11, 2023

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  
}  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant