refactor, linting

This commit is contained in:
Lloyd Brookes
2016-07-05 20:38:29 +01:00
parent 3e54a492f7
commit 7910a424c2
3 changed files with 20 additions and 37 deletions

View File

@ -4,3 +4,4 @@ const LocalWebServer = require('../')
const ws = new LocalWebServer()
ws.listen()
.catch(err => console.error(err.stack))