
KiTa
-
Posts
11 -
Joined
-
Last visited
Reputation Activity
-
KiTa reacted to Dr. McKay in Cannot read property 'escrowDays' of undefined
No, that's the actual solution. Errors are a fact of life (especially when you're working with Steam). You need to handle them, or else you'll crash.
-
KiTa reacted to Dr. McKay in Cannot read property 'escrowDays' of undefined
You aren't checking the error. In every callback, if err is truthy, then there was an error and all other arguments are undefined.