Laravel Executor v1.0.1
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.