Skip to content

Commit 8338656

Browse files
committed
Finickity
1 parent 1bcc31d commit 8338656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ function handleFieldError(
632632
// In this mode, the client takes responsibility for error handling, so we
633633
// treat the field as if it were nullable.
634634
} else {
635-
/* c8 ignore next 4 */
635+
/* c8 ignore next 5 */
636636
invariant(
637637
false,
638638
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),

0 commit comments

Comments
 (0)