Fix typo
This commit is contained in:
@@ -23,7 +23,7 @@ namespace PlantBox.Client.Extensions
|
||||
#if DEBUG
|
||||
System.Diagnostics.Debug.WriteLine($"[ImageResourceExtension](Error): File '{name}' does not exist");
|
||||
#else
|
||||
throw new ArgumentException($"File '{Path}' does not exist");
|
||||
throw new ArgumentException($"File '{path}' does not exist");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user