mirror of
https://github.com/kovetskiy/mark.git
synced 2026-01-30 07:57:36 +08:00
- 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