TiBeN/CrontabManager

MAC OS throw an DomainException when readCrontab

wenqinruan opened this issue · 0 comments

On mac os , if the crontab is empty will output crontab: no crontab for user,

but, the regex is /^no crontab for .+$/.

should we change to /no crontab for .+$/, without leading ^?

file: src/CrontabManager/CrontabAdapter.php line 79.