mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
fix #272
This commit is contained in:
parent
363e905784
commit
05ab87400e
|
@ -52,7 +52,7 @@ namespace BililiveRecorder.ToolBox.Tool.Fix
|
|||
.AddColumns("Output");
|
||||
|
||||
for (var i = 0; i < this.OutputPaths.Length; i++)
|
||||
table_output.AddRow(this.OutputPaths[i]);
|
||||
table_output.AddRow(this.OutputPaths[i].EscapeMarkup());
|
||||
|
||||
AnsiConsole.Render(table_output);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user