mindcast-server
mindcast-server copied to clipboard
Prevent the next() being caught recursive
Prevent the call-back 'next()' method being caught as well.
If an error would be throws in next(), next() will be called a second time, with it's own error.