Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'pr-440'
Browse files Browse the repository at this point in the history
  • Loading branch information
henvic committed May 17, 2016
2 parents 4f4e4ed + da1678e commit 3feace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ exports.getPlugin = function (plugin) {
};

exports.getPluginPath = function (plugin) {
return which.sync(plugin);
return fs.realpathSync(which.sync(plugin));
};

exports.getPluginBasename = function (plugin) {
Expand Down

0 comments on commit 3feace6

Please sign in to comment.