tongquhq / about

A static site generator built for Tongqu's about page
MIT License
1 stars 0 forks source link

Promise is not resolved nor rejected #8

Closed at15 closed 7 years ago

at15 commented 7 years ago

Related #7

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

at15 commented 7 years ago

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.