- add continue-on-error flag as a command line option
- if set, doesnt exit on error and continues
processing other files that were passed in
- add fatalErrorHandler to handle fatal errors
- if continue-on-error flag is set, does not exit
- add temporary tests for continue-on-error flag
- add tests in batch-tests subdirectory