]> Sergey Matveev's repositories - public-inbox.git/commit
lei: conditionally add "\n" to error messages
authorEric Wong <e@80x24.org>
Tue, 19 Oct 2021 09:33:40 +0000 (09:33 +0000)
committerEric Wong <e@80x24.org>
Tue, 19 Oct 2021 17:29:18 +0000 (17:29 +0000)
commit01a049cadb1080698a447479de806755e9bc9342
tree589c0b788a966c1b0a385dbf3bf777af2ac2816d
parentf7eb00e6312d1f48b3646a4856dd849a5d0c5a0b
lei: conditionally add "\n" to error messages

Some error messages already include "\n" (w/ file+line info),
so don't add another one.  (`warn' will automatically add its
caller location unless there's a final "\n").
lib/PublicInbox/LEI.pm