Skip to content

Commit 3fa224b

Browse files
committed
change process.cwd to process.cwd() - closes #177
1 parent 9327f6a commit 3fa224b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/add.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (opt) {
1111

1212
var paths = [];
1313
var files = [];
14-
var fileCwd = process.cwd;
14+
var fileCwd = process.cwd();
1515

1616
var write = function(file, enc, cb) {
1717
paths.push(file.path);

0 commit comments

Comments
 (0)