Skip to content

Commit

Permalink
Fixed a bug in my bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-graham committed Sep 16, 2018
2 parents 76d101a + 632c2a9 commit 6882365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LinkCrawler/LinkCrawler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static void Main(string[] args)
}
}
linkCrawler.Start();
// this line *has* to be here in order to flush the output to the console, otherwise we don't see anything - why?
// this line *has* to be here, because otherwise the app finishes before the asynchronous HTTP requests have returned
Console.Read();
}
}
Expand Down

0 comments on commit 6882365

Please sign in to comment.