From 4af7cab5e75336dac3248503fbe6a5be891cfd13 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 20 Mar 2018 01:32:28 +0800 Subject: [PATCH] fix messy console badge in Chrome 65 --- src/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/index.js b/src/js/index.js index 98f68a4..b73e896 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2,6 +2,6 @@ import '../css/index.scss'; import APlayer from './player'; /* global APLAYER_VERSION GIT_HASH */ -console.log(`${'\n'} %c APlayer v${APLAYER_VERSION} ${GIT_HASH} %c http://aplayer.js.org ${'\n'}${'\n'}`, 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;'); +console.log(`${'\n'} %c APlayer v${APLAYER_VERSION} ${GIT_HASH} %c http://aplayer.js.org ${'\n'}`, 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;'); export default APlayer; \ No newline at end of file