UNPKG

@gameroom/cli

Version:

A command line tool for Gameroom

14 lines (12 loc) 346 B
const refs = require('../refs') module.exports = () => { // const { config } = refs // process.on('SIGINT', () => { // if (!config.exit_gracefully || config.should_exit) { // process.exit() // } else { // config.should_exit = true // console.log('\nexiting gracefully. press ^C again to force.') // } // }) }