Hacker News new | ask | show | jobs
by zelphirkalt 1056 days ago
A perhaps more appropriate name for your 'log' would be 'peek'. Log reminds of logging, which usually does not return a value, but writes to stdout or a file or similar.
1 comments

but that's exactly what log does, it is a pipeline filter that logs the content to standard output but otherwise it is passthrough.