godaddy / node-cluster-service

Turn your single process code into a fault-resilient, multi-process service with built-in REST & CLI support. Restart or hot upgrade your web servers with zero downtime or impact to clients.

Home Page:https://www.npmjs.org/package/cluster-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clearLine & cursorTo broken if stdout is not console

asilvas opened this issue · comments

Uses of stdout.clearLine will throw an undefined exception of stdout is set to anything other than console. Need to detect for existence.

Fixed in 0.6.1