mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
improve logs
This commit is contained in:
parent
f9c5362459
commit
6c202fa7d1
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user