Skip to content

Conversation

@leunge
Copy link
Contributor

@leunge leunge commented Mar 20, 2023

No description provided.

@github-actions github-actions bot added the issue 내부 이슈 처리를 위한 PR label Mar 20, 2023
contentResult += `${this.Block(block)}\n`;
try {
if (index === 0 && Entry.TextCodingUtil.isEventBlock(block)) {
rootResult = `${this.Block(block)}\n`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <new-cap> reported by reviewdog 🐶
A function with a name starting with an uppercase letter should only be used as a constructor.

if (index === 0 && Entry.TextCodingUtil.isEventBlock(block)) {
rootResult = `${this.Block(block)}\n`;
} else {
contentResult += `${this.Block(block)}\n`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <new-cap> reported by reviewdog 🐶
A function with a name starting with an uppercase letter should only be used as a constructor.

@leunge leunge merged commit 3ffec32 into issue/5899 Mar 20, 2023
@kimorkim kimorkim deleted the issue/5899_2 branch September 14, 2023 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

issue 내부 이슈 처리를 위한 PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants