1
0
Fork 0
mirror of https://github.com/ipfs/awesome-ipfs.git synced 2024-11-20 11:28:35 -05:00

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)