Commit d086cc3d authored by shangbj's avatar shangbj

11

parent fa26ac37
......@@ -6,7 +6,7 @@
const exec = require('child_process').exec
exec(`read`, function(err, stdout,stderr){
exec(`git branch`, function(err, stdout,stderr){
console.log('err',err)
console.log('stdout',stdout)
console.log('stderr',stderr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment