#200 Use fprintf failback when fail to use uv_tty.
This commit is contained in:
parent
1961dcf824
commit
989c217b3f
2 changed files with 11 additions and 9 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue