Skip to content

Commit e6e3fcf

Browse files
committed
fix(file): Switch error to user-facing terms
1 parent daf02c8 commit e6e3fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file/source/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl FileSourceFile {
4545
return Err(Box::new(io::Error::new(
4646
io::ErrorKind::NotFound,
4747
format!(
48-
"configuration file \"{}\" is not of a registered file format",
48+
"configuration file \"{}\" is not of a supported file format",
4949
path.to_string_lossy()
5050
),
5151
)));

0 commit comments

Comments
 (0)