improve logs

This commit is contained in:
Joao Moreno 2019-03-19 15:21:59 +01:00
parent f9c5362459
commit 6c202fa7d1

View File

@ -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;
}