Fix codestyle

This commit is contained in:
Jan Nicklas 2017-01-29 14:33:58 +01:00
parent 0ba21651a2
commit 0b4ce98b2e
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ HtmlWebpackPlugin.prototype.evaluateCompilationResult = function (compilation, s
}
return typeof newSource === 'string' || typeof newSource === 'function'
? Promise.resolve(newSource)
: Promise.reject(`The loader "${this.options.template}" didn\'t return html.`);
: Promise.reject(`The loader "${this.options.template}" didn't return html.`);
};
/**