Skip to content

Commit

Permalink
chore: Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Dax committed Aug 24, 2021
1 parent 9e45dfe commit b8e2f6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/yarnpkg-core/sources/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,13 +704,11 @@ export class Project {
if (pkgParent)
return structUtils.prettyLocator(this.configuration, pkgParent);


const workspaceName = workspace.manifest.name;

if (workspaceName)
return structUtils.prettyIdent(this.configuration, workspaceName);


return `workspace without name`;
};

Expand Down

0 comments on commit b8e2f6e

Please sign in to comment.