-
Edouard CHIN authored
- I made a change in 0d3aec49 to output a log if a job was aborted in a before callbacks. I didn't take in consideration that a job could return a falsy value and thus it would wrongly log that the job was aborted. This fixes the problem by checking if the callback chain was halted rather than the return value of the job.
Edouard CHIN authored- I made a change in 0d3aec49 to output a log if a job was aborted in a before callbacks. I didn't take in consideration that a job could return a falsy value and thus it would wrongly log that the job was aborted. This fixes the problem by checking if the callback chain was halted rather than the return value of the job.
Loading