barryvdh / laravel-snappy

Laravel Snappy PDF
MIT License
2.63k stars 290 forks source link

Check file exists before delete #469

Open mnightingale opened 2 years ago

mnightingale commented 2 years ago

I've been getting warnings for a while when knplabs/knp-snappy tries to cleanup temporary files (it calls the cleanup function twice).

I've resolved it with a small change to check the file exists before trying to delete.

Chuuone commented 2 years ago

+1 Snappy pdf calls removeTemporaryFiles() twice