From d362fe8503256af54fb3aed9924298be8fb015df Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Sun, 29 Aug 2021 05:50:48 -0400 Subject: [PATCH] well it's an array of course --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index d9fc234..9759303 100644 --- a/Program.cs +++ b/Program.cs @@ -144,7 +144,7 @@ namespace silverworker_discord var res = await ytdl.RunVideoDownload(link.ToString()); if(!res.Success) { - Console.Error.WriteLine("tried to dl, failed. \n" + res.ErrorOutput); + Console.Error.WriteLine("tried to dl, failed. \n" + string.Join('\n', res.ErrorOutput)); message.AddReactionAsync(new Emoji("👎")); } else