Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 8, 2017
1 parent 3dfa75e commit edd6228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/SourceMapDevToolPlugin.js
Expand Up @@ -123,10 +123,10 @@ class SourceMapDevToolPlugin {
}

// elsewise just append stars until we have a valid name
do {
while(hasName) {
sourceName += "*";
hasName = usedNamesSet.has(sourceName);
} while(hasName);
}
moduleToSourceNameMapping.set(module, sourceName);
usedNamesSet.add(sourceName);
}
Expand Down

0 comments on commit edd6228

Please sign in to comment.