Skip to content

Commit 8b72481

Browse files
committed
1 parent f05f10a commit 8b72481

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

connect/src/tasks.ts

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ export async function retry<T>(
5757

5858
retries++;
5959
}, interval);
60+
}).catch((e) => {
61+
reject(e);
6062
});
6163
});
6264
}

0 commit comments

Comments
 (0)