Skip to content

Commit

Permalink
fix Debug impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Feb 5, 2024
1 parent 37a879a commit 35f1a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/symbolicator-js/src/lookup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ impl fmt::Debug for CachedFile {
self.contents.to_string()
};
f.debug_struct("CachedFile")
.field("is_lazy", &self.is_lazy)
.field("contents", &contents)
.field("sourcemap_url", &self.sourcemap_url)
.finish()
Expand Down

0 comments on commit 35f1a2f

Please sign in to comment.