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
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.
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.
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.The text was updated successfully, but these errors were encountered: