Skip to content

Commit

Permalink
show stderr in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
awidesky committed Jul 15, 2021
1 parent df0d95c commit cff3102
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ public static void download(String url, TaskData task, PlayListOption playListOp
if (!sb1.toString().equals("")) {

GUI.error("Error in youtube-dl", "[Task" + task.getTaskNum()
+ "|downloading] There's Error(s) in youtube-dl proccess!", null);

+ "|downloading] There's Error(s) in youtube-dl proccess!\n" + sb1.toString(), null);
}

} catch (IOException e) {
Expand Down

0 comments on commit cff3102

Please sign in to comment.