Skip to content

Commit

Permalink
fix: remove un-needed error
Browse files Browse the repository at this point in the history
  • Loading branch information
osdevisnot committed Aug 28, 2020
1 parent 168c233 commit 73b7820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/klap.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ const processWatcher = (event) => {
info(`${new Date().toLocaleTimeString('en-GB')} - Waiting for Changes...`)
break
default:
error('Unknown event code: ' + event.code)
}
}

Expand Down

0 comments on commit 73b7820

Please sign in to comment.