Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 15, 2019
1 parent 7ff742e commit ea33fee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stream/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export const stream = function(getInput, opts) {
}

const cExecVinyl = async function({ getInput, opts, resultOpt }, file) {
// We don't wrap exceptions with `plugin-error` because this would be a user
// error, not a plugin error
const input = await getInput(file)

await handleResult({ file, input, opts, resultOpt })
Expand Down

0 comments on commit ea33fee

Please sign in to comment.