From: XhmikosR Date: Wed, 29 Aug 2018 12:39:34 +0000 (+0300) Subject: build-plugins.js: Remove redundant space X-Git-Tag: v4.2.0~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f5f8ef755395c1c3bb1663bf22caf93d74738fc;p=thirdparty%2Fbootstrap.git build-plugins.js: Remove redundant space --- diff --git a/build/build-plugins.js b/build/build-plugins.js index 4e34b54c28..f767967000 100644 --- a/build/build-plugins.js +++ b/build/build-plugins.js @@ -73,7 +73,7 @@ Object.keys(bsPlugins) globals, file: path.resolve(__dirname, `${rootPath}${pluginKey.toLowerCase()}.js`) }) - .then(() => console.log(`Building ${pluginKey} plugin... Done !`)) + .then(() => console.log(`Building ${pluginKey} plugin... Done!`)) .catch((err) => console.error(`${pluginKey}: ${err}`)) }) })