Page MenuHomePhorge

D25657.1734729273.diff
No OneTemporary

D25657.1734729273.diff

diff --git a/src/workingcopy/ArcanistWorkingCopyPath.php b/src/workingcopy/ArcanistWorkingCopyPath.php
--- a/src/workingcopy/ArcanistWorkingCopyPath.php
+++ b/src/workingcopy/ArcanistWorkingCopyPath.php
@@ -30,7 +30,7 @@
throw new Exception(
pht(
'No data provided for path "%s".',
- $this->getDescription()));
+ $this->getPath()));
}
return $this->data;
@@ -55,7 +55,7 @@
throw new Exception(
pht(
'No mode provided for path "%s".',
- $this->getDescription()));
+ $this->getPath()));
}
return $this->mode;

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 21:14 (17 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1021083
Default Alt Text
D25657.1734729273.diff (622 B)

Event Timeline