Skip to content

Commit a24de0c

Browse files
committed
Finickity
1 parent 8287dd0 commit a24de0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/execute.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ function handleFieldError(
641641
// In this mode, the client takes responsibility for error handling, so we
642642
// treat the field as if it were nullable.
643643
} else {
644-
/* c8 ignore next 4 */
644+
/* c8 ignore next 5 */
645645
invariant(
646646
false,
647647
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),

0 commit comments

Comments
 (0)