MCPcopy Index your code
hub / github.com/marijnh/Eloquent-JavaScript / error

Function error

src/check_links.mjs:11–14  ·  view source on GitHub ↗
(file, msg)

Source from the content-addressed store, hash-verified

9
10let fail = 0
11function error(file, msg) {
12 console.error(file + ": " + msg)
13 fail = 1
14}
15
16let link = /\]\(([\w_]+)(?:#([\w_]+))?\)/g, m
17for (let file in files) {

Callers 1

check_links.mjsFile · 0.70

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected