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

Can't use promises or async functions on end event #22

Open
hyperh opened this issue Feb 1, 2018 · 0 comments
Open

Can't use promises or async functions on end event #22

hyperh opened this issue Feb 1, 2018 · 0 comments

Comments

@hyperh
Copy link

hyperh commented Feb 1, 2018

Having trouble acquiring db connection (using knex) on end event callback.

Async and promises work in other places of my code though.

.babelrc

{
  "presets": ["node6","stage-0"],
  "plugins": ["transform-async-to-generator"]
}

Code

  lr.on('end', async () => {
    const [header, ...users] = lines;
    await insertUsersToDb(db, users);
    debug(`Finished reading ${users.length} users from ${path}.`);
  });
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