mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Return not found on hash error
This commit is contained in:
parent
25dd5a0474
commit
ce7198e792
@ -141,6 +141,7 @@ public class Proxy : ControllerBase
|
||||
{
|
||||
if (tempFile.Path.FileExists())
|
||||
tempFile.Path.Delete();
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
await PutCacheEntry(tempFile.Path, cacheName, hashResult);
|
||||
|
Loading…
Reference in New Issue
Block a user