Skip to content

Commit

Permalink
Merge pull request #6884 from mohsen1/initialize-loc
Browse files Browse the repository at this point in the history
Initialize loc member in Dependency
  • Loading branch information
sokra committed Mar 28, 2018
2 parents 628c33c + 9309e85 commit 46de110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Dependency.js
Expand Up @@ -10,6 +10,7 @@ class Dependency {
this.module = null;
this.weak = false;
this.optional = false;
this.loc = undefined;
}

getResourceIdentifier() {
Expand Down

0 comments on commit 46de110

Please sign in to comment.