Skip to content

Commit

Permalink
Improved JSON detection and extraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanparati authored and JuanLeadSupply committed Feb 28, 2019
1 parent e37a742 commit 4947f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/App/Controller/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ protected function readLog()
if ($this->log_info['verbose'])
$this->console->json($entry);


// Send to sender
try
{
Expand Down
4 changes: 2 additions & 2 deletions src/Config/Version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return array (
'major' => 2,
'minor' => 5,
'build' => 45,
'minor' => 6,
'build' => 47,
'codename' => '',
);

0 comments on commit 4947f70

Please sign in to comment.