mindcast-server icon indicating copy to clipboard operation
mindcast-server copied to clipboard

Prevent the next() being caught recursive

Open Borewit opened this issue 6 years ago • 0 comments

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.

Borewit avatar Oct 21 '19 19:10 Borewit