Commit 3eddb9db authored by shangbj's avatar shangbj

1

parent 35dfc3d8
......@@ -6,7 +6,7 @@
const exec = require('child_process').exec
exec(`ls E:\个人项目\git-hooks-test\.git`, 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