We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cfa18 commit 68dbf76Copy full SHA for 68dbf76
src/git/commitTemplate.ts
@@ -76,7 +76,7 @@ function _readFile(filePath: string) {
76
77
try {
78
value = fs.readFileSync(p, "utf-8");
79
- } catch (err) {
+ } catch (err: any) {
80
console.error(`Could not find template file: ${p}. ${err.toString()}`);
81
82
return null;
0 commit comments