stfu eslint

pull/18169/head
Simon H 3 months ago committed by GitHub
parent 9ada3dc178
commit 21373cd207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -245,12 +245,14 @@ export async function* for_await_track_reactivity_loss(iterable) {
}
} catch (error) {
if (thrown_error === no_error) {
// eslint-disabled-next-line no-unsafe-finally
throw error;
}
}
}
if (thrown_error !== no_error) {
// eslint-disabled-next-line no-unsafe-finally
throw thrown_error;
}
}

Loading…
Cancel
Save