postinstall.js 64 Bytes Raw Blame History Permalink 1 2 3 require('./download')(err => { process.exit(err ? 1 : 0); });