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

Promise is not resolved nor rejected #8

Closed
1 of 2 tasks
at15 opened this issue Sep 12, 2016 · 1 comment
Closed
1 of 2 tasks

Promise is not resolved nor rejected #8

at15 opened this issue Sep 12, 2016 · 1 comment

Comments

@at15
Copy link
Member

at15 commented Sep 12, 2016

Related #7

When wrapping the dustjs template engine using es6 promise, (885f29b) for cmd/render.js the promise is never triggered (77aa556), however the tests are working as expected.

@at15 at15 added the bug label Sep 12, 2016
@at15 at15 mentioned this issue Sep 12, 2016
5 tasks
at15 added a commit that referenced this issue Sep 12, 2016
- so all the async functions never get chance to finish execution
- it not the problem of any third party lib #2
@at15
Copy link
Member Author

at15 commented Sep 12, 2016

The reason is I got process.exit(0) called in cli/app.js after command executed, which stop the application, comment out it, and everything is working. It's not the problem of other libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant