Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 15, 2024
1 parent 70a56ae commit 0a9a9e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export default async function syncPnpm(options) {
return;
}

debug(
`Found ${packagesToSync.length} packages to sync.`
);
debug(`Found ${packagesToSync.length} packages to sync.`);

/** @type { { [syncFrom: string]: string } } */
let pathsToSync = {};
Expand Down

0 comments on commit 0a9a9e0

Please sign in to comment.