Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmuhittin committed Dec 11, 2018
1 parent 04098b6 commit 5458db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/TranslateFilesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private function translate($text,$locale){
curl_close($handle);

if(isset($responseDecoded['error'])){
echo $responseDecoded['error'][0]["message"]."\n";
$this->error( $responseDecoded['error'][0]["message"]."\n");
exit;
}

Expand Down

0 comments on commit 5458db2

Please sign in to comment.