mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2025-01-13 08:19:41 -05:00
fix linting
This commit is contained in:
parent
5304c279f5
commit
39aec4deb8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user