import { withAsyncErrorRecovery } from "https://deno.land/x/dtils@2.6.0/mod.ts";
Call fn
, returning its result, but return recoverWith
if it errors. If fn
doesn't return a promise,
use withErrorRecovery
instead
x/dtils/mod.ts>withAsyncErrorRecovery
import { withAsyncErrorRecovery } from "https://deno.land/x/dtils@2.6.0/mod.ts";
Call fn
, returning its result, but return recoverWith
if it errors. If fn
doesn't return a promise,
use withErrorRecovery
instead