diff options
| author | bonggwan <[email protected]> | 2025-08-21 15:14:29 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-21 06:14:29 +0000 |
| commit | a64394a4fa16b4920754a85f5f134dbab3a7990f (patch) | |
| tree | 3032a74311520a372687d1010b1bac6d75776097 /scripts | |
| parent | 16360588d70bde8112c1c22140c0ca2e70d98f78 (diff) | |
(fix): Change broken emojis (#6725)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/local_telemetry.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local_telemetry.js b/scripts/local_telemetry.js index d7ff6941..10a018c9 100755 --- a/scripts/local_telemetry.js +++ b/scripts/local_telemetry.js @@ -82,7 +82,7 @@ async function main() { 'otelcol-contrib', false, // isJaeger = false ).catch((e) => { - console.error(`��� Error getting otelcol-contrib: ${e.message}`); + console.error(`🛑 Error getting otelcol-contrib: ${e.message}`); return null; }); if (!otelcolPath) process.exit(1); |
