1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-03 18:51:44 +00:00

Print info about custom assets in --diagnostics

This commit is contained in:
Martin Nordholts
2022-04-02 19:46:43 +02:00
parent 47e0dc22d2
commit 520081a92c
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -261,6 +261,10 @@ fn invoke_bugreport(app: &App) {
"Custom assets metadata",
custom_assets_metadata,
))
.info(DirectoryEntries::new(
"Custom assets",
PROJECT_DIRS.cache_dir(),
))
.info(CompileTimeInformation::default());
#[cfg(feature = "paging")]