fix linting

This commit is contained in:
Henrique Dias 2018-07-17 14:34:47 +01:00
parent 5304c279f5
commit 39aec4deb8

View File

@ -51,7 +51,7 @@ async function run () {
})
watcher
.on('ready', () => console.log('Listening on :8080'))
.on('ready', () => console.log('Listening on :8080'))
.on('add', handler)
.on('change', handler)
.on('unlink', handler)