jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

If sheet is unreadable, trigger error (rather than crash) #37

Closed ejb closed 10 years ago

ejb commented 10 years ago

If result is undefined, then Node will throw a TypeError when trying to access result.feed.

This small fix should make sure that the descriptive error will be triggered, instead of ending the script altogether.

jpillora commented 10 years ago

Merged, thanks