Skip to content

Commit ff0f5e2

Browse files
committed
fix
1 parent 49def6e commit ff0f5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ChangesReporting/Output/JsonOutputFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function report(ProcessResult $processResult, Configuration $configuratio
7070
$errorsJson['errors'] = $errorsData;
7171
}
7272

73-
$json = Json::encode($errorsJson, Json::ESCAPE_UNICODE | Json::PRETTY);
73+
$json = Json::encode($errorsJson, Json::PRETTY);
7474
echo $json . PHP_EOL;
7575
}
7676

0 commit comments

Comments
 (0)