ukupat / trolol

Troll your friends with simple commands AS QUICKLY AS POSSIBLE
https://www.npmjs.com/package/trolol
MIT License
665 stars 17 forks source link

fix steve commands for osx #3

Closed hafffe closed 8 years ago

hafffe commented 8 years ago

Got error when tried steve command and found that both steve & friday was missing for osx.

example error

› trolol steve --wait 10
/usr/local/lib/node_modules/trolol/src/trolol.js:27
        isMac() ? macTrolls.steve(wait) : linuxTrolls.steve(wait);
                            ^

TypeError: macTrolls.steve is not a function
    at Command.module.exports.steve (/usr/local/lib/node_modules/trolol/src/trolol.js:27:29)
hafffe commented 8 years ago

Ops! Will fix this asap!

hafffe commented 8 years ago

fixed now @ukupat

ukupat commented 8 years ago

Thank you!