function die()

in lib/octicons_react/script/types.js [23:26]


function die(err) {
  console.error(err.stack)
  process.exitCode = 1
}