Skip to content

Commit e9408be

Browse files
Another typo
1 parent 79e81a9 commit e9408be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/git.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ Repository.prototype.isWorkingDirectory = function (dirPath) {
277277
console.log('normalized dirPath to', dirPath)
278278
if (!fs.existsSync(dirPath)) {
279279
return false
280+
}
280281
} else {
281282
dirPath = normalizePath(dirPath)
282283
}

0 commit comments

Comments
 (0)