From 0b4ce98b2ec5082c3f1281049f12141000f97223 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sun, 29 Jan 2017 14:33:58 +0100 Subject: [PATCH] Fix codestyle --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c38ed1f..f1bf0fc 100644 --- a/index.js +++ b/index.js @@ -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.`); }; /**