Skip to content

Commit

Permalink
typo fix (in what is clearly untested code)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jul 8, 2016
1 parent d3422aa commit 2bb0163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/getExports.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default class ExportMap {
// default exports must be explicitly re-exported (#328)
let returnValue = undefined
if (name !== 'default') {
this.dependencies.foreach((dep) => {
this.dependencies.forEach((dep) => {
if (returnValue === undefined) {
let innerMap = dep()
// todo: report as unresolved?
Expand Down

0 comments on commit 2bb0163

Please sign in to comment.