extend examples
This commit is contained in:
@ -38,7 +38,7 @@ function usage (middlewareDefinitions) {
|
||||
{
|
||||
header: 'Synopsis',
|
||||
content: [
|
||||
'$ ws [<server options>]',
|
||||
'$ ws [--verbose] [<server options>] [<middleware options>]',
|
||||
'$ ws --config',
|
||||
'$ ws --help'
|
||||
]
|
||||
|
@ -146,7 +146,3 @@ function validateOptions (options) {
|
||||
}
|
||||
|
||||
module.exports = LocalWebServer
|
||||
|
||||
process.on('unhandledRejection', (reason, p) => {
|
||||
console.error('unhandledRejection', reason, p)
|
||||
})
|
||||
|
Reference in New Issue
Block a user