We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05f10a commit 8b72481Copy full SHA for 8b72481
connect/src/tasks.ts
@@ -57,6 +57,8 @@ export async function retry<T>(
57
58
retries++;
59
}, interval);
60
+ }).catch((e) => {
61
+ reject(e);
62
});
63
64
}
0 commit comments