zhangqin2-yewu opened a new pull request, #21179:
URL: https://github.com/apache/echarts/pull/21179
<!-- Please fill in the following information to help us review your PR more
efficiently. -->
## Brief Information
This pull request is in the type of:
bug fixing
### What does this PR do?
<!-- USE ONE SENTENCE TO DESCRIBE WHAT THIS PR DOES. -->
Adds a missing semicolon after `throw new Error('TypeScript Compile
Failed')`.
Although JavaScript automatically inserts semicolons in this case, including
it explicitly improves code consistency and follows common style guides.
No functional changes.
### Fixed issues
Fixes #21178
<!--
- #xxxx: ...
-->
## Details
### Before: What was the problem?
<!-- DESCRIBE THE BUG OR REQUIREMENT HERE. -->
<!-- ADD SCREENSHOT HERE IF APPLICABLE. -->
<img width="1277" height="492" alt="image"
src="https://github.com/user-attachments/assets/a46b71d1-41a9-457c-88fc-f13b79a0bcf3"
/>
### After: How does it behave after the fixing?
<!-- THE RESULT AFTER FIXING AND A SIMPLE EXPLANATION ABOUT HOW IT IS FIXED.
-->
<!-- ADD SCREENSHOT HERE IF APPLICABLE. -->
<img width="911" height="331" alt="image"
src="https://github.com/user-attachments/assets/8dc1c5de-f0e5-47c3-a358-e597c828865d"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]