Skip to content

Conversation

@leunge
Copy link
Contributor

@leunge leunge commented Mar 20, 2023

@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 9ae8d39 into develop Mar 24, 2023
@leunge leunge deleted the issue/5899 branch March 24, 2023 05:49
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