Skip to content

Commit

Permalink
feat: 修正noopen参数
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Feb 22, 2024
1 parent c898e24 commit d261127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class Cluster {
width: 80,
})
const parallel = syncConfig.concurrency
const noopen = syncConfig.source === 'center' ? 1 : 0
const noopen = syncConfig.source === 'center' ? '1' : ''
let hasError = false
await pMap(
missingFiles,
Expand Down

0 comments on commit d261127

Please sign in to comment.