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

@ -38,7 +38,7 @@ function usage (middlewareDefinitions) {
{
header: 'Synopsis',
content: [
'$ ws [<server options>]',
'$ ws [--verbose] [<server options>] [<middleware options>]',
'$ ws --config',
'$ ws --help'
]

View File

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