Skip to content

Commit

Permalink
resolving path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrzeciaknubisa committed Jul 18, 2015
1 parent a6f0ac6 commit bb0944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ var checkin = function (pp, zq, checkeds) {

var ires = null;
if (NativeModule.Roots.hasOwnProperty(xx)) {
ires = xx + path.sep + getMainFile(xx)
ires = getCheckedName(xx + path.sep + getMainFile(xx));
}

if (!ires)
Expand Down

0 comments on commit bb0944a

Please sign in to comment.