We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10090a0 commit 2e00bb9Copy full SHA for 2e00bb9
Extension/translations_auto_pr.js
@@ -42,7 +42,7 @@ console.log(`locRootPath=${locRootPath}`);
42
console.log(`locSubPath=${locSubPath}`);
43
44
function hasBranch(branchName) {
45
- console.log(`Checking for existance of branch "${branchName}" (git branch --list ${branchName})`);
+ console.log(`Checking for existence of branch "${branchName}" (git branch --list ${branchName})`);
46
let output = cp.execSync(`git branch --list ${branchName}`);
47
let lines = output.toString().split("\n");
48
let found = false;
0 commit comments