Skip to content

Commit 4649a2b

Browse files
committed
log current path
1 parent d1fe5e5 commit 4649a2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

if-changed.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const child_process = require('child_process');
44
const path = require('path');
55

66
const currentPath = path.relative(__dirname, process.cwd());
7+
console.log('path: ', currentPath);
78

89
const result = child_process
910
.execSync('git diff --name-only origin/master... | cat')

0 commit comments

Comments
 (0)