Print the actual result

pull/473/head
Pavel Djundik 2 years ago
parent 19feb49bfa
commit fac3ac229e

@ -661,7 +661,7 @@ namespace DepotDownloader
AccountSettingsStore.Save(); AccountSettingsStore.Save();
// TODO: Handle gracefully by falling back to password prompt? // TODO: Handle gracefully by falling back to password prompt?
Console.WriteLine("Access token was rejected."); Console.WriteLine($"Access token was rejected ({loggedOn.Result}).");
Abort(false); Abort(false);
return; return;
} }

Loading…
Cancel
Save