We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
finallyExecuted
1 parent ea850ac commit 517756fCopy full SHA for 517756f
1 file changed
src/nextjs/index.ts
@@ -42,8 +42,6 @@ export class Try<T, TArgs extends readonly Record<string, any>[] = Record<string
42
private result?: TryResult<T>;
43
private state: 'pending' | 'executed';
44
private static ignoreErrorTypes: string[] = []
45
- /** Tracks whether the user supplied `finally` callback has already been executed */
46
- private finallyExecuted = false;
47
48
/**
49
* Creates a new Try instance for simplified async error handling.
0 commit comments