UNPKG

bugsnag-build-reporter

Version:

A tool for reporting your application’s builds to Bugsnag

3 lines (2 loc) • 85 B
const exec = require('child_process').exec module.exports = cb => exec('whoami', cb)