Commit 35dfc3d8 authored by shangbj's avatar shangbj

update

parent c5ddd01c
......@@ -6,7 +6,7 @@
const exec = require('child_process').exec
exec(`cd ../.git && ls`, function(err, stdout,stderr){
exec(`ls E:\个人项目\git-hooks-test\.git`, 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