Skip to content

Commit

Permalink
Update ChatDownloader.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
superbonaci authored Mar 10, 2024
1 parent 47cc56d commit ad4d54a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TwitchDownloaderCore/ChatDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ public async Task DownloadAsync(IProgress<ProgressReport> progress, Cancellation
default:
throw new NotSupportedException($"{downloadOptions.DownloadFormat} is not a supported output format.");
}

Console.WriteLine();
}
}
}
}

0 comments on commit ad4d54a

Please sign in to comment.