diff --git a/cli/src/index.js b/cli/src/index.js index 3ee7f6c..d56120f 100644 --- a/cli/src/index.js +++ b/cli/src/index.js @@ -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 = {};