Skip to content

Commit a512da6

Browse files
committed
progress
1 parent efe479e commit a512da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_fs/src/fs/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ impl FileSystem for MemoryFileSystem {
162162
}
163163
} else {
164164
let files = self.files.0.read();
165-
tracing::info!("files: {:?}", files);
165+
tracing::info!("files: {:?}", files.keys());
166166
let entry = files.get(path).ok_or_else(|| {
167167
io::Error::new(
168168
io::ErrorKind::NotFound,

0 commit comments

Comments
 (0)