Skip to content

Commit 989139f

Browse files
committed
MAGETWO-88631: Pr sprint 10 delivery
- force debug
1 parent fde15ce commit 989139f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/internal/Magento/Framework/GraphQl/Query/QueryProcessor.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ public function process(
6161
$contextValue,
6262
$variableValues,
6363
$operationName
64-
)->toArray(
65-
$this->exceptionFormatter->shouldShowDetail() ?
66-
\GraphQL\Error\Debug::INCLUDE_DEBUG_MESSAGE | \GraphQL\Error\Debug::INCLUDE_TRACE : false
67-
);
64+
)->toArray(\GraphQL\Error\Debug::INCLUDE_DEBUG_MESSAGE | \GraphQL\Error\Debug::INCLUDE_TRACE);
6865
}
6966
}

0 commit comments

Comments
 (0)