Merge pull request #6884 from mohsen1/initialize-loc

Initialize loc member in Dependency
This commit is contained in:
Tobias Koppers 2018-03-28 11:36:07 +02:00 committed by GitHub
commit 46de1107aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class Dependency {
this.module = null;
this.weak = false;
this.optional = false;
this.loc = undefined;
}
getResourceIdentifier() {