Skip to content

Commit

Permalink
increase whiggle speed to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikstoetter committed Jul 5, 2018
1 parent 87b7871 commit 8ff3208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const { msleep } = require('sleep');
while(true) {
whiggle.map(line => {
console.log(line)
msleep(20)
msleep(19)
})
}

0 comments on commit 8ff3208

Please sign in to comment.