mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 22:26:10 +00: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
|
||||
.on('ready', () => console.log('Listening on :8080'))
|
||||
.on('ready', () => console.log('Listening on :8080'))
|
||||
.on('add', handler)
|
||||
.on('change', handler)
|
||||
.on('unlink', handler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue