We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52032b3 commit 388f87bCopy full SHA for 388f87b
1 file changed
crates/vite_task/src/fs.rs
@@ -62,7 +62,7 @@ impl FileSystem for RealFileSystem {
62
}
63
if err.kind() != io::ErrorKind::NotFound {
64
tracing::trace!(
65
- "Uncommon error when openning {:?} for fingerprinting: {}",
+ "Uncommon error when opening {:?} for fingerprinting: {}",
66
std_path,
67
err
68
);
0 commit comments