MCPcopy
hub / github.com/kangax/html-minifier / fatal

Function fatal

cli.js:41–44  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

39program.version(info.version);
40
41function fatal(message) {
42 console.error(message);
43 process.exit(1);
44}
45
46/**
47 * JSON does not support regexes, so, e.g., JSON.parse() will not create

Callers 7

parseJSONFunction · 0.85
readFileFunction · 0.85
cli.jsFile · 0.85
mkdirFunction · 0.85
processFileFunction · 0.85
processDirectoryFunction · 0.85
writeMinifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…