]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
ipc: avoid context line in generated exception
authorEric Wong <e@80x24.org>
Sun, 7 Sep 2025 23:41:43 +0000 (23:41 +0000)
committerEric Wong <e@80x24.org>
Wed, 10 Sep 2025 23:05:55 +0000 (23:05 +0000)
commitd1cc3ce8c056001eda5677c90be2900e14c1ed52
tree39daa35a5e86a8832f8a2b3dc3f76127da3d55a9
parentb4b5186b5c64abfe2ffc78e1495ed4cb478365f8
ipc: avoid context line in generated exception

The filename and line number of the "aborted" message is
needless noise and confusing when dealing with errors
which already triggered ipc_fail.  So add a newline to
ensure Perl doesn't add context information if it needs
to `die' or `warn' on that message.
lib/PublicInbox/IPC.pm