We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0aa32 commit 5c2e7e8Copy full SHA for 5c2e7e8
lib/withRetry.js
@@ -1,5 +1,5 @@
1
constchalk=require('chalk')
2
-
+constlogger=require('../lib/log');
3
4
constdelay=(wait)=>newPromise((r)=>setTimeout(()=>r(),wait))
5
0 commit comments