Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
31
function
error(msg) {
32
process.stderr.write(
'browserslist: '
+ msg +
'\n'
)
33
process.exit(1)
34
}
35
36
if
(isArg(
'--help'
) || isArg(
'-h'
)) {
37
process.stdout.write(pkg.description +
'.\n\n'
+ USAGE +
'\n'
)
Callers
1
cli.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected