Skip to content

Commit 1ac77cf

Browse files
committed
update readme
1 parent a7032f3 commit 1ac77cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@ module.exports = {
341341
}
342342
const fileContents = Buffer.concat(fileChunks);
343343
// Do something with file contents
344+
345+
// Additional arguments:
346+
this.logger.info("Additional arguments:", ctx.meta.$args);
347+
344348
return ctx.meta.$fileInfo;
345349
}
346350
}

0 commit comments

Comments
 (0)