Skip to content

Commit 0ff06c3

Browse files
committed
Urghhhhhh
1 parent cdb365e commit 0ff06c3

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

0 commit comments

Comments
 (0)