Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Remove extra errors.push call
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusjp authored Jul 10, 2017
1 parent 6630979 commit 68eb459
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ function pushError(compilation) {
compilation.errors.push(store.error);
}

compilation.errors.push(store.error);

store.error = null;
}
}
Expand Down

0 comments on commit 68eb459

Please sign in to comment.