Skip to content

Commit 1cb6ea7

Browse files
committed
Memoffset reader should report the filename from its upstream
... so do that. Makes things easier to debug.
1 parent 8d34971 commit 1cb6ea7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

reader.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ class MemOffsetReader final : public MemReader {
228228
, upstream(upstream_->shared_from_this())
229229
{
230230
}
231+
std::string filename() const override { return upstream->filename(); }
231232
};
232233

233234
MemReader::csptr

0 commit comments

Comments
 (0)