Skip to content

Commit

Permalink
Fix linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
RailonA committed Aug 21, 2023
1 parent 0630970 commit 7f7119e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dev_sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async function fsWatch () {
const Watcher = watch.default
const watcher = new Watcher(SRC_DIR)


const rsync = new Rsync()
.flags('avz')
.delete()
Expand Down Expand Up @@ -63,7 +62,5 @@ async function fsWatch () {
console.log('💭')
watcher.close()
process.exit()

})
}

0 comments on commit 7f7119e

Please sign in to comment.