#200 Use fprintf failback when fail to use uv_tty.

This commit is contained in:
XMRig 2017-11-18 14:07:04 +03:00
parent 1961dcf824
commit 989c217b3f
2 changed files with 11 additions and 9 deletions

View file

@ -76,6 +76,7 @@ public:
inline int retryPause() const { return m_retryPause; }
inline int threads() const { return m_threads; }
inline int64_t affinity() const { return m_affinity; }
inline void setColors(bool colors) { m_colors = colors; }
inline static void release() { delete m_self; }