MCPcopy 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

27let errors = 0;
28
29function fail(message) {
30 console.error(`ERROR: ${message}`);
31 errors++;
32}
33
34// 1. Validate marketplace.json
35const marketplacePath = resolve(root, ".cursor-plugin/marketplace.json");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected