Answer the question
In order to leave comments, you need to log in
How to perform the action many more times after an error?
async text => {
let err = false
do {
try {
let result = await request(text)
err = false
} catch (e) {
err = e
}
} while (err);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question