Skip to content

Commit

Permalink
Bug fix -- header parsing from data URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Mar 1, 2021
1 parent 39a63f0 commit 6997a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/feature/featureFileReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class FeatureFileReader {
async readHeader() {

if (this.dataURI) {
this.loadFeaturesFromDataURI(this.dataURI);
await this.loadFeaturesFromDataURI(this.dataURI);
return this.header;
} else {

Expand Down

0 comments on commit 6997a80

Please sign in to comment.