Skip to content

Commit

Permalink
fix: update commitTemplate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Oct 10, 2021
1 parent 47ca759 commit 7d77e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/commitTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function _readFile(filePath: string) {

try {
value = fs.readFileSync(p, "utf-8");
} catch (err) {
} catch (err: any) {
console.error(`Could not find template file: ${p}. ${err.toString()}`);

return null;
Expand Down

0 comments on commit 7d77e14

Please sign in to comment.