Auto-redact not found

This commit is contained in:
eth3lbert 2024-06-27 12:54:10 +08:00
parent c7cb45c0fd
commit 03a0b5c999
No known key found for this signature in database

View File

@ -217,6 +217,7 @@ static MIN_LITERAL_REDACTIONS: &[(&str, &str)] = &[
"[NOT_FOUND]",
"The system cannot find the path specified. (os error 3)",
),
("[NOT_FOUND]", "Access is denied. (os error 5)"),
("[NOT_FOUND]", "program not found"),
// Unix message for exit status
("[EXIT_STATUS]", "exit status"),