MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / fail

Function fail

scripts/release-check.mjs:25–25  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

23
24let failures = 0
25function fail(msg) { failures++; console.error(' ✗ ' + msg) }
26function ok(msg) { console.log(' ✓ ' + msg) }
27function section(name) { console.log('\n' + name) }
28

Callers 1

release-check.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected