This commit is contained in:
JustArchi
2020-11-28 23:18:23 +01:00
parent 97ee4eaef2
commit ba702a1dae
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ namespace ArchiSteamFarm.Helpers {
protected async Task Save() {
if (string.IsNullOrEmpty(FilePath)) {
throw new ArgumentNullException(nameof(FilePath));
throw new InvalidOperationException(nameof(FilePath));
}
if (ReadOnly) {