extend examples

This commit is contained in:
Lloyd Brookes
2016-06-18 10:29:34 +01:00
parent aee47bc599
commit 6298f693cd
8 changed files with 39 additions and 10 deletions

View File

@ -146,7 +146,3 @@ function validateOptions (options) {
}
module.exports = LocalWebServer
process.on('unhandledRejection', (reason, p) => {
console.error('unhandledRejection', reason, p)
})