Closed mbanck closed 2 years ago
Line 17733 is this:
$orig_query =~ s/(permission denied for ^\s]+) .*/$1 .../;
I think it should be [^\s]+ instead?
[^\s]+
Right, good catch. Commit 9b9019b fixes the issue.
Line 17733 is this:
I think it should be
[^\s]+
instead?