Page MenuHomePhorge

D25657.1734743313.diff
No OneTemporary

D25657.1734743313.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()->getDescription()));
}
return $this->data;
@@ -55,7 +55,7 @@
throw new Exception(
pht(
'No mode provided for path "%s".',
- $this->getDescription()));
+ $this->getPath()->getDescription()));
}
return $this->mode;

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 01:08 (17 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1021563
Default Alt Text
D25657.1734743313.diff (658 B)

Event Timeline