mirror of https://github.com/webpack/webpack.git
typo
This commit is contained in:
parent
7934faa181
commit
f3197f5313
|
|
@ -44,8 +44,8 @@ function prettyRegExp(str) {
|
|||
ContextModule.prototype.readableIdentifier = function(requestShortener) {
|
||||
var identifier = "";
|
||||
identifier += requestShortener.shorten(this.context) + " ";
|
||||
if(this.asnyc)
|
||||
identifier += "asnyc ";
|
||||
if(this.async)
|
||||
identifier += "async ";
|
||||
if(!this.recursive)
|
||||
identifier += "nonrecursive ";
|
||||
if(this.addon)
|
||||
|
|
|
|||
Loading…
Reference in New Issue