Fix Error::TmpdirIo error message (#1987)
This commit is contained in:
parent
d3d0dbef7d
commit
c237c0097b
@ -399,7 +399,7 @@ impl<'src> ColorDisplay for Error<'src> {
|
|||||||
}
|
}
|
||||||
TmpdirIo { recipe, io_error } => {
|
TmpdirIo { recipe, io_error } => {
|
||||||
write!(f, "Recipe `{recipe}` could not be run because of an IO error while trying to create a temporary \
|
write!(f, "Recipe `{recipe}` could not be run because of an IO error while trying to create a temporary \
|
||||||
directory or write a file to that directory`:{io_error}")?;
|
directory or write a file to that directory: {io_error}")?;
|
||||||
}
|
}
|
||||||
Unknown { recipe, line_number} => {
|
Unknown { recipe, line_number} => {
|
||||||
if let Some(n) = line_number {
|
if let Some(n) = line_number {
|
||||||
|
Loading…
Reference in New Issue
Block a user