Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/plugins
/ fail
Function
fail
scripts/validate-plugins.mjs:29–32 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
27
let
errors = 0;
28
29
function
fail(message) {
30
console.error(`ERROR: ${message}`);
31
errors++;
32
}
33
34
// 1. Validate marketplace.json
35
const
marketplacePath = resolve(root,
".cursor-plugin/marketplace.json"
);
Callers
1
validate-plugins.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected