MCPcopy
hub / github.com/browserslist/browserslist / error

Function error

cli.js:31–34  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

29}
30
31function error(msg) {
32 process.stderr.write('browserslist: ' + msg + '\n')
33 process.exit(1)
34}
35
36if (isArg('--help') || isArg('-h')) {
37 process.stdout.write(pkg.description + '.\n\n' + USAGE + '\n')

Callers 1

cli.jsFile · 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…