7253-devToTest_2418 #2350

Merged
alexm merged 320 commits from 7253-devToTest_2418 into test 2024-04-23 08:02:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7acb4ee523 - Show all commits

View File

@ -21,7 +21,7 @@ if (branchName) {
}
}
function getCurrentBranchName(p = process.cwd()) {
function getCurrentBranchName(p = process.cwd()) {
if (!fs.existsSync(p)) return false;
const gitHeadPath = path.join(p, '.git', 'HEAD');