VL
Size: a a a
VL
AS
CM
АП
A

A
AB
V
AB
try {
persons = await fetchPersons({ name })
} catch (error) {
throw new Error("не успешно")
} finally {
console.log("finally")
}
console.log("успешно")IS
IS
try {
persons = await fetchPersons({ name })
} catch (error) {
throw new Error("не успешно")
} finally {
console.log("finally")
}
console.log("успешно")V
try {
persons = await fetchPersons({ name })
} catch (error) {
throw new Error("не успешно")
} finally {
console.log("finally")
}
console.log("успешно")AB
AB
V
IS
AB