UNPKG

230 BJavaScriptView Raw
1#!/usr/bin/env node
2
3'use strict';
4
5process.title = 'gen-cuba-front';
6
7process.on('unhandledRejection', (reason, p) => {
8 console.log('Unhandled Rejection ', p, ' reason: ', reason);
9 process.exit(1);
10});
11
12require('../lib/cli');
\No newline at end of file