Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Sep 8, 2020
1 parent a7032f3 commit 1ac77cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -341,6 +341,10 @@ module.exports = {
}
const fileContents = Buffer.concat(fileChunks);
// Do something with file contents

// Additional arguments:
this.logger.info("Additional arguments:", ctx.meta.$args);

return ctx.meta.$fileInfo;
}
}
Expand Down

0 comments on commit 1ac77cf

Please sign in to comment.