Skip to content

Commit 27064c6

Browse files
author
lihai2333
committed
修复bug
1 parent 3b0cb01 commit 27064c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/git.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function send (data) {
66
Git += " " + data[i];
77
}
88
exec(Git, function (err, stdout, srderr) {
9-
err?console.log(srderr.replace(/git/g, "fgit")):console.log(srderr);
9+
err?console.log(srderr.replace(/git/g, "fgit")):console.log(srderr + "\n\n" + stdout);
1010
})
1111
}
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fgit-cli",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"main": "./lib/main.js",
55
"bin": {
66
"fgit": "bin/fgit.js"

0 commit comments

Comments
 (0)