This commit is contained in:
Josh Harvey 2016-10-13 21:36:10 +03:00
parent c9b7a80e89
commit a24f8d6a5a
2 changed files with 14 additions and 9 deletions

View file

@ -91,4 +91,5 @@ module.exports = function (options) {
return server
})
.catch(e => console.log(e.stack))
}