Skip to content

Commit

Permalink
fix: do not pass unused logger argument
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Jul 15, 2021
1 parent 6497ed2 commit 7658e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runAll.js
Expand Up @@ -129,7 +129,7 @@ const runAll = async (
const matchedFiles = new Set()

for (const [index, files] of stagedFileChunks.entries()) {
const chunkTasks = generateTasks({ config, cwd, gitDir, files, relative }, logger)
const chunkTasks = generateTasks({ config, cwd, gitDir, files, relative })
const chunkListrTasks = []

for (const task of chunkTasks) {
Expand Down

0 comments on commit 7658e3b

Please sign in to comment.