Skip to content

Commit b429d62

Browse files
committed
feature(spawnify) rm unused parseDir
1 parent 10607e0 commit b429d62

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/spawnify.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@
4343
return spawnify;
4444
};
4545

46-
function parseDir(dir) {
47-
var cwd = process.cwd();
48-
49-
assert(dir, 'dir should be string!');
50-
51-
dir = dir.replace(/^\./, cwd);
52-
53-
return dir;
54-
}
55-
5646
function Spawnify(command, options) {
5747
var self = this;
5848

0 commit comments

Comments
 (0)