Skip to content

Commit ae7c4f8

Browse files
committed
fix(index.js): commited kill process by mistake
1 parent 09ada1f commit ae7c4f8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ class gitCommitMsg {
4444
this.stop();
4545
}
4646

47-
console.log('error');
48-
this.stop();
49-
5047
process.exit(0);
5148
}
5249

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-commit-msg",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Install commit-msg hook into .git folder",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)