Skip to content

Laravel Executor v1.0.1

Compare
Choose a tag to compare
@ash-jc-allen ash-jc-allen released this 26 Jun 22:28
· 37 commits to master since this release

Laravel Executor v1.0.1

New Features

Fixed bug that was preventing error outputs from being stored

This patch release fixes a small bug that was preventing any console error messages from being added to the $output variable in the Executor class. Although the error message would be output to the console (if running via the console), the error message wouldn't be available by calling the ->getOutput() method on the Executor class.