Improve SourcePath display

This commit is contained in:
Eelco Dolstra 2023-12-13 13:27:29 +01:00
parent cc3913e458
commit 103ca0bde5

View file

@ -130,7 +130,7 @@ struct SourcePath
{ return accessor->getPhysicalPath(path); } { return accessor->getPhysicalPath(path); }
std::string to_string() const std::string to_string() const
{ return path.abs(); } { return accessor->showPath(path); }
/** /**
* Append a `CanonPath` to this path. * Append a `CanonPath` to this path.