From 2f5f8ef755395c1c3bb1663bf22caf93d74738fc Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 29 Aug 2018 15:39:34 +0300 Subject: [PATCH] build-plugins.js: Remove redundant space --- build/build-plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`)) }) })