Skip to content

Commit cdb365e

Browse files
committed
Finickity
1 parent 6bb45cf commit cdb365e

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
@@ -638,7 +638,7 @@ function handleFieldError(
638638
// In this mode, the client takes responsibility for error handling, so we
639639
// treat the field as if it were nullable.
640640
} else {
641-
/* c8 ignore next 4 */
641+
/* c8 ignore next 5 */
642642
invariant(
643643
false,
644644
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),

0 commit comments

Comments
 (0)