Skip to content

Commit

Permalink
wip cp
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 11, 2024
1 parent 8469604 commit afd249e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/nx-verdaccio/src/executors/env-teardown/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export async function isFolderInGit(folderPath: string): Promise<boolean> {
'Cannot use simple-git on a directory that does not exist'
)
) {
// return and swallow error
return false;
}
// @TODO handle better
Expand Down

0 comments on commit afd249e

Please sign in to comment.