(fix): Change broken emojis (#6725)
This commit is contained in:
parent
16360588d7
commit
a64394a4fa
|
@ -82,7 +82,7 @@ async function main() {
|
||||||
'otelcol-contrib',
|
'otelcol-contrib',
|
||||||
false, // isJaeger = false
|
false, // isJaeger = false
|
||||||
).catch((e) => {
|
).catch((e) => {
|
||||||
console.error(`<EFBFBD><EFBFBD><EFBFBD> Error getting otelcol-contrib: ${e.message}`);
|
console.error(`🛑 Error getting otelcol-contrib: ${e.message}`);
|
||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
if (!otelcolPath) process.exit(1);
|
if (!otelcolPath) process.exit(1);
|
||||||
|
|
Loading…
Reference in New Issue