Skip to content

Commit 8db5f5b

Browse files
committed
Urghhhhhh
1 parent a24de0c commit 8db5f5b

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
@@ -640,8 +640,8 @@ function handleFieldError(
640640
} else if (exeContext.errorBehavior === 'NO_PROPAGATE') {
641641
// In this mode, the client takes responsibility for error handling, so we
642642
// treat the field as if it were nullable.
643+
/* c8 ignore next 6 */
643644
} else {
644-
/* c8 ignore next 5 */
645645
invariant(
646646
false,
647647
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),

0 commit comments

Comments
 (0)