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