Skip to content

Commit

Permalink
updated exit point
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahend1 committed Sep 29, 2020
1 parent e7faa99 commit 3560532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Net Core/MSRewards/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ private async Task Run(bool useFirefox = false)
{
Console.WriteLine("Starting Bing Search for " + keyvalue.Key);
await BingSearch(keyvalue.Key, current, expected, useFirefox);
Environment.Exit(0);
}
}
Environment.Exit(0);
}

private Dictionary<RewardType, (int x, int y)> CheckBreakDown(IWebDriver webDriver, WebDriverWait waiter)
Expand Down

0 comments on commit 3560532

Please sign in to comment.