reddit-snooper
reddit-snooper copied to clipboard
Crash if subredit doesn't exist
If you subscribe to commets/posts of a subredit which doesn't exist (because it has been deleted) the module crashes with a null pointer exception in watcher.js line 67:
let children = body.data.children
body.data is undefined in that case. Please add add check for this and return a proper error instead.
version: 1.0.1