Chocobozzz/PeerTube

View on GitHub
server/core/helpers/unzip.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function unzip has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function unzip (source: string, destination: string) {
  await ensureDir(destination)

  logger.info(`Unzip ${source} to ${destination}`, lTags())

Severity: Minor
Found in server/core/helpers/unzip.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status