Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/plugins/n8n/scripts/track-skill-usage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ try {
} 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