mirror of
https://github.com/nushell/nushell.git
synced 2024-11-24 17:34:00 +01:00
fix file_count in Debug
implementation of IrBlock
(#13367)
# Description Oops.
This commit is contained in:
parent
46b5e510ac
commit
d42cf55431
@ -37,7 +37,7 @@ impl fmt::Debug for IrBlock {
|
||||
.field("data", &self.data)
|
||||
.field("comments", &self.comments)
|
||||
.field("register_count", &self.register_count)
|
||||
.field("file_count", &self.register_count)
|
||||
.field("file_count", &self.file_count)
|
||||
.finish_non_exhaustive()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user