Skip to content

Conversation

zhangqin2-yewu
Copy link
Contributor

Brief Information

This pull request is in the type of:

bug fixing

What does this PR do?

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

Details

Before: What was the problem?

image

After: How does it behave after the fixing?

image

@plainheart plainheart merged commit 29ebb23 into apache:master Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Missing semicolon after throw new Error('TypeScript Compile Failed') in pre-publish.js
2 participants