]> git.donarmstrong.com Git - perltidy.git/commit
only save logfile when specifically requested
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 16 Nov 2022 16:40:19 +0000 (08:40 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 16 Nov 2022 16:40:19 +0000 (08:40 -0800)
commita0fe3ddda54d2592ba17874f797544dca7723972
tree8b2024c3c2acd32f3f844e12ccadf7fbfb9098b9
parentd4395672676f79ff402a904f941567d466c1f837
only save logfile when specifically requested

Previously, a logfile might also be saved if the code detected
an internal bug. The chance of this is now close to zero, and the user
can always rerun to get a log if necessary.
lib/Perl/Tidy.pm
lib/Perl/Tidy/Logger.pm