Skip to content

Commit

Permalink
Added extension config to the main function invoc. Fixes #969 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Jan 29, 2017
1 parent e44d74e commit 349f3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/Export/Export.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ define([
};
});

files = exporter.main(sections, staticInputs);
files = exporter.main(sections, staticInputs, config.extensionConfig);
// If it returns a string, just put a single file
if (typeof files === 'string') {
return this.blobClient.putFile(`${name}.lua`, files);
Expand Down

0 comments on commit 349f3c9

Please sign in to comment.