From 6c202fa7d1e985bea17db1cf1ad77bde6035604d Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 19 Mar 2019 15:21:59 +0100 Subject: [PATCH] improve logs --- build/gulpfile.mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gulpfile.mixin.js b/build/gulpfile.mixin.js index 961099d6396..5a08833eafa 100644 --- a/build/gulpfile.mixin.js +++ b/build/gulpfile.mixin.js @@ -47,7 +47,7 @@ gulp.task('mixin', function () { try { cp.execSync(`git merge ${pkg.distro}`); } catch (err) { - fancyLog(ansiColors.red('[mixin]'), `Failed to merge ${pkg.distro} from distro. Please proceed with manual merge to fix the build.`, ansiColors.red('❌')); + fancyLog(ansiColors.red('[mixin] ❌'), `Failed to merge ${pkg.distro} from distro. Please proceed with manual merge to fix the build.`); throw err; }