tim-kos/node-retry

RetryOperation.try() is deprecated, what should be used instead?

ghostsquad opened this issue · 1 comments

The message here is that RetryOperation.try() has been deprecated, but there's no indication of what should be used instead.

The message should include something like "use attempt() instead".

https://github.com/tim-kos/node-retry/blob/master/lib/retry_operation.js#L78

You are right, I will add this, thank you.