Skip to content

Commit

Permalink
Removed log.Fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
Girbons committed Apr 12, 2019
1 parent 370845e commit 4583922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/app/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func Run(link, format, country string) {

// link is required
if link == "" {
log.Fatal("url parameter is required")
log.Error("url parameter is required")
}

if !strings.HasSuffix(link, ",") {
Expand Down

0 comments on commit 4583922

Please sign in to comment.