Results 22 comments of Alex

`nodemon` is only included with `@adonisjs/cli`, so it'd be nice to add a new Ace command there. `adonis test:watch'` or `adonis test -w` would make sense.

Thanks. IIUC, if we remove this `throw` statement: ```js // @root/greenlock/greenlock.js:393 await acme.init(dirUrl).catch(function(err) { // TODO this is a special kind of failure mode. What should we do? console.error( "[debug]...