Skip to content

Commit

Permalink
fix(console): console.log removed on create-commit-msg.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ntgnst committed Dec 19, 2021
1 parent 7f3faa8 commit ce7559c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion create-commit-msg.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const text = `#!/bin/sh
`;

const filePath = path.resolve(__dirname, './.husky/commit-msg');
console.log(filePath);

if (fs.existsSync(filePath)) {
fs.writeFile(filePath, text, 'utf8', (err) => {
Expand Down

0 comments on commit ce7559c

Please sign in to comment.