(fix): Change broken emojis (#6725)

This commit is contained in:
bonggwan 2025-08-21 15:14:29 +09:00 committed by GitHub
parent 16360588d7
commit a64394a4fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ async function main() {
'otelcol-contrib',
false, // isJaeger = false
).catch((e) => {
console.error(`<EFBFBD><EFBFBD><EFBFBD> Error getting otelcol-contrib: ${e.message}`);
console.error(`🛑 Error getting otelcol-contrib: ${e.message}`);
return null;
});
if (!otelcolPath) process.exit(1);