Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2627187
D25640.1731951287.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
399 B
Referenced Files
None
Subscribers
None
D25640.1731951287.diff
View Options
diff --git a/src/workflow/ArcanistDownloadWorkflow.php b/src/workflow/ArcanistDownloadWorkflow.php
--- a/src/workflow/ArcanistDownloadWorkflow.php
+++ b/src/workflow/ArcanistDownloadWorkflow.php
@@ -156,7 +156,7 @@
try {
list($data) = $future->resolvex();
} catch (Exception $ex) {
- Filesystem::removePath($path);
+ Filesystem::remove($path);
throw $ex;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 17:34 (2 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
976821
Default Alt Text
D25640.1731951287.diff (399 B)
Attached To
Mode
D25640: Correct call to non-existing Filesystem::removePath() in ArcanistDownloadWorkflow.php
Attached
Detach File
Event Timeline
Log In to Comment