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:
parent
5304c279f5
commit
39aec4deb8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ async function run () {
|
||||||
})
|
})
|
||||||
|
|
||||||
watcher
|
watcher
|
||||||
.on('ready', () => console.log('Listening on :8080'))
|
.on('ready', () => console.log('Listening on :8080'))
|
||||||
.on('add', handler)
|
.on('add', handler)
|
||||||
.on('change', handler)
|
.on('change', handler)
|
||||||
.on('unlink', handler)
|
.on('unlink', handler)
|
||||||
|
|
Loading…
Reference in a new issue