cool-RR / PySnooper

Never use print for debugging again
MIT License
16.37k stars 951 forks source link

Fix: missing return in exception event #243

Closed yantaozhao closed 1 year ago

yantaozhao commented 1 year ago

Fix issue: https://github.com/cool-RR/PySnooper/issues/242

cool-RR commented 1 year ago

Thanks for the quick PR. Could you please add a test that fails when this code is removed and succeeds with this code?

yantaozhao commented 1 year ago

Thanks for the quick PR. Could you please add a test that fails when this code is removed and succeeds with this code?

updated