mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Package cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ namespace NzbDrone.Web.Helpers
|
||||
|
||||
if (!File.Exists(path))
|
||||
{
|
||||
throw new FileNotFoundException("Static file not found " + path, path);
|
||||
throw new FileNotFoundException("Included static resource was not found.", path);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user