Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Oct 2, 2024
1 parent 68212af commit 031d2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ module.exports = {
return this.mergeWithPublicTree(publicTree);
},

pathBase (packageName) {
pathBase(packageName) {
return path.dirname(resolve.sync(packageName + '/package.json', { basedir: __dirname }));
},

findApplicationHost (app) {
findApplicationHost(app) {
let current = this;
do {
if (current.lazyLoading === true || (current.lazyLoading && current.lazyLoading.enabled === true)) {
Expand Down

0 comments on commit 031d2a0

Please sign in to comment.