Skip to content

Commit

Permalink
Merge branch 'colored-cli-in-table' of git://github.com/enix-app/Code…
Browse files Browse the repository at this point in the history
…Igniter4 into enix-app-colored-cli-in-table
  • Loading branch information
lonnieezell committed Apr 21, 2020
2 parents 0cf609e + 0902385 commit fa559ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/CLI/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ public static function table(array $tbody, array $thead = [])
}
}

fwrite(STDOUT, $table);
static::write($table);
}

//--------------------------------------------------------------------
Expand Down

0 comments on commit fa559ad

Please sign in to comment.