Skip to content

Commit

Permalink
Remove leftover parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuunguyeen committed Jan 17, 2022
1 parent 8107ffd commit 23b57d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports = {
const concurrency = this.configuration.concurrency;

return webpackConcurrentCompile
.call(this, configs, logStats, concurrency, this.serverless.classes.Error)
.call(this, configs, logStats, concurrency)
.then(stats => {
this.compileStats = { stats };
return BbPromise.resolve();
Expand Down

0 comments on commit 23b57d0

Please sign in to comment.