Skip to content

Commit

Permalink
fix options is not defined
Browse files Browse the repository at this point in the history
added options to jobs.forEach block
  • Loading branch information
WaylonWalker authored Oct 9, 2018
1 parent de0c7b1 commit 1619af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-sharp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ const processFile = (file, jobs, cb, reporter) => {

jobs.forEach(async job => {
const args = job.args
const options = healOptions(args, {})
let clonedPipeline
if (jobs.length > 1) {
clonedPipeline = pipeline.clone()
Expand Down

0 comments on commit 1619af3

Please sign in to comment.