Browse Source

now-deploy: remove build logger erorr handler

master
Guillermo Rauch 9 years ago
parent
commit
ba79563416
  1. 3
      bin/now-deploy

3
bin/now-deploy

@ -313,9 +313,6 @@ async function sync (token) {
function printLogs (host) {
// log build
const logger = new Logger(host, { debug, quiet });
logger.on('error', () => {
process.exit(1);
});
logger.on('close', () => {
if (!quiet) {
console.log(`${chalk.cyan('> Deployment complete!')}`);

Loading…
Cancel
Save