Skip to content

Commit 8e49fff

Browse files
author
James Halliday
committed
Merge branch 'winfix_entries' of https://github.com/ElNounch/module-deps
2 parents 4cdea56 + 3a2c711 commit 8e49fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Deps.prototype._transform = function (row, enc, next) {
8181
}
8282

8383
self.pending ++;
84-
if (row.entry !== false) self.entries.push(row.file);
84+
if (row.entry !== false) self.entries.push(path.resolve(row.basedir, row.file));
8585

8686
self.lookupPackage(row.file, function (err, pkg) {
8787
if (err && self.options.ignoreMissing) {

0 commit comments

Comments
 (0)