diff options
| author | ruki <[email protected]> | 2015-12-03 09:25:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-03 09:25:41 +0800 |
| commit | 8ac451453097e9637f02fb043f86eaf916929e65 (patch) | |
| tree | 5da21bdbfdd294866b3be5e780d2ae81e3db096a /xmake/scripts/action/_build.lua | |
| parent | 65be932e7f4212e56fabf232d95498b3b783d945 (diff) | |
fix show long error info bug
Diffstat (limited to 'xmake/scripts/action/_build.lua')
| -rw-r--r-- | xmake/scripts/action/_build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/_build.lua b/xmake/scripts/action/_build.lua index 33e356e1f..7fea4be22 100644 --- a/xmake/scripts/action/_build.lua +++ b/xmake/scripts/action/_build.lua @@ -84,7 +84,7 @@ function _build.done() if not makefile.build(target_name) then -- error print("") - io.cat(rule.logfile(), 16) + io.tail(rule.logfile(), 32) utils.error("build target: %s failed!\n", target_name) return false end |
