JonathanBennett / prerender-redis-cache

MIT License
32 stars 30 forks source link

Pass the ping function, don't call it. #2

Closed aalin closed 9 years ago

aalin commented 9 years ago

I got some errors which made prerender crash, seems like this was the cause.

timers.js:265
    callback.apply(this, args);
             ^
TypeError: undefined is not a function
    at wrapper [as _onTimeout] (timers.js:265:14)
    at Timer.listOnTimeout (timers.js:110:15)