We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f708f9e commit 33cb3f0Copy full SHA for 33cb3f0
2 files changed
scripts/release/shared-commands/test-packaging-fixture.js
@@ -66,7 +66,11 @@ const run = async ({cwd}) => {
66
}
67
68
if (errorMessage) {
69
- console.error(theme.error(errorMessage));
+ console.error(
70
+ theme.error('✗'),
71
+ 'Verifying "packaging" fixture\n ',
72
+ theme.error(errorMessage)
73
+ );
74
process.exit(1);
75
76
};
scripts/release/shared-commands/test-tracing-fixture.js
@@ -46,7 +46,11 @@ const run = async ({cwd}) => {
46
'Verifying "scheduler/tracing" fixture'
47
);
48
49
50
51
+ 'Verifying "scheduler/tracing" fixture\n ',
52
53
54
55
56
0 commit comments