Tapgun now stops execution when any build step fails and allows PHP errors to bubble up to the user.
The provided bin file enables users to see and respond to errors:
- All failures/errors return a fail code to the shell.
- Simplified how error output.
- Added option
--tapegun-show-errors
that will allow PHP errors to print a stack trace according to the PHP error reporting config. - Detects and prevents PHP's default config from duplicating error output.