From d8639b6713432cffe9f03bb12d83fc074ac54d7d Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 3 Sep 2018 22:37:14 +0800 Subject: fix XMAKE_LOGFILE --- xmake/core/ui/log.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/ui/log.lua b/xmake/core/ui/log.lua index e2922d3ae..a89073119 100644 --- a/xmake/core/ui/log.lua +++ b/xmake/core/ui/log.lua @@ -38,7 +38,7 @@ local log = log or (function () end -- return module: log - local instance = require("base/log") + local instance = table.inherit(require("base/log")) if instance then instance._FILE = nil instance._LOGFILE = path.join(logdir, "ui.log") -- cgit v1.3.1