Skip to content

track-skill-usage.mjs#28588

Open
saiganesh47 wants to merge 1 commit inton8n-io:masterfrom
saiganesh47:patch-1
Open

track-skill-usage.mjs#28588
saiganesh47 wants to merge 1 commit inton8n-io:masterfrom
saiganesh47:patch-1

Conversation

@saiganesh47
Copy link
Copy Markdown

Added a closing brace to properly terminate the try-catch block.

Summary

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • I have seen this code, I have run this code, and I take responsibility for this code.
  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with Backport to Beta, Backport to Stable, or Backport to v1 (if the PR is an urgent fix that needs to be backported)

Added a closing brace to properly terminate the try-catch block.
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name=".claude/plugins/n8n/scripts/track-skill-usage.mjs">

<violation number="1" location=".claude/plugins/n8n/scripts/track-skill-usage.mjs:56">
P0: Extra unmatched closing brace causes a JavaScript syntax error and prevents the script from loading.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.

} catch {
// Silently ignore network errors
}
}
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 16, 2026

Choose a reason for hiding this comment

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

P0: Extra unmatched closing brace causes a JavaScript syntax error and prevents the script from loading.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .claude/plugins/n8n/scripts/track-skill-usage.mjs, line 56:

<comment>Extra unmatched closing brace causes a JavaScript syntax error and prevents the script from loading.</comment>

<file context>
@@ -53,3 +53,4 @@ try {
 } catch {
 	// Silently ignore network errors
 }
+}
</file context>
Fix with Cubic

@Joffcom
Copy link
Copy Markdown
Member

Joffcom commented Apr 16, 2026

@saiganesh47 are you sure this is correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants