SpiderStrategies / node-tweet-stream

Node twitter module to hook into the public filter streaming, seamlessly updating the tracking keywords.
210 stars 43 forks source link

Fix sample code #47

Closed elisaado closed 7 years ago

nathanbowser commented 7 years ago

This is incorrect. The syntax in the readme is fine.

elisaado commented 7 years ago

On my side node said that the comma was not correct, I removed the command and everything worked.

On Apr 1, 2017 8:56 PM, "Nathan Bowser" notifications@github.com wrote:

This is incorrect. The syntax in the readme is fine.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SpiderStrategies/node-tweet-stream/pull/47#issuecomment-290939971, or mute the thread https://github.com/notifications/unsubscribe-auth/ANhoZFIJ-GUq4pYEx11KRZ_BuZp-yes3ks5rrp3cgaJpZM4MwkBq .

elisaado commented 7 years ago
nathanbowser commented 7 years ago

Weird. Perhaps you had a ; at the end of the first line?

This is valid syntax:

var a = true
  , b = false

This is not:

var a = true;
  , b = false