Skip to content

Commit c8fdfba

Browse files
committed
Urghhhhhh
1 parent 8338656 commit c8fdfba

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
@@ -631,8 +631,8 @@ function handleFieldError(
631631
} else if (exeContext.errorBehavior === 'NO_PROPAGATE') {
632632
// In this mode, the client takes responsibility for error handling, so we
633633
// treat the field as if it were nullable.
634+
/* c8 ignore next 6 */
634635
} else {
635-
/* c8 ignore next 5 */
636636
invariant(
637637
false,
638638
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),

0 commit comments

Comments
 (0)