mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Store and show statistics for "ls" and "extract-files"
commands.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
* Commands/ExtractFiles.cs:
|
||||
Store and show statistics for "ls" and "extract-files" commands.
|
||||
|
||||
* Commands/DeviceReport.cs:
|
||||
Don't generate report files with '/', '\\' or '?' characters.
|
||||
|
||||
|
||||
@@ -379,7 +379,7 @@ namespace DiscImageChef.Commands
|
||||
DicConsole.DebugWriteLine("Extract-Files command", ex.StackTrace);
|
||||
}
|
||||
|
||||
Core.Statistics.AddCommand("ls");
|
||||
Core.Statistics.AddCommand("extract-files");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user