From cb44535305f596bd757ffb58e5ae3cde6d3589fa Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 7 Dec 2017 22:46:25 +0800 Subject: improve log and add color attrs for curses --- xmake/core/base/os.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/base/os.lua') diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index e311af3a3..00b38f60a 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -653,7 +653,7 @@ end function os.raise(msg, ...) -- flush log - log.flush() + log:flush() -- flush io buffer io.flush() -- cgit v1.3.1