(msg)
| 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') |
no outgoing calls
no test coverage detected
searching dependent graphs…