mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Code review
This commit is contained in:
@@ -65,7 +65,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
internal WebBrowser(string identifier) {
|
||||
if (string.IsNullOrEmpty(identifier)) {
|
||||
return;
|
||||
throw new ArgumentNullException("identifier");
|
||||
}
|
||||
|
||||
Identifier = identifier;
|
||||
|
||||
Reference in New Issue
Block a user