0.0.1 • Published 3 years ago
@w5/retry v0.0.1
@w5/retry
#!/usr/bin/env coffee
> @w5/retry
test = retry =>
console.log 'call test func'
throw Error 'test'
test()output :
call test func
call test func
call test func
call test func
call test func
call test func
call test func
call test func
call test func
call test func0.0.1
3 years ago