summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-04 23:05:31 +0800
committerruki <[email protected]>2020-08-04 23:05:31 +0800
commit96b0eae26058482a83f5bbf57bab15a834339464 (patch)
tree94e8b6e90649f8a4c89d8406bf7e5198daa7b361 /xmake
parent60a176cb2ae804bea3dfd11dbf8ed2f218fcefdb (diff)
improve stdfile
Diffstat (limited to 'xmake')
-rw-r--r--xmake/core/base/io.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua
index 189ff536f..d484d179f 100644
--- a/xmake/core/base/io.lua
+++ b/xmake/core/base/io.lua
@@ -539,6 +539,7 @@ end
-- get std file, /dev/stdin, /dev/stdout, /dev/stderr
function io.stdfile(filepath)
+ print("io.stdfile", filepath)
local file = nil
if filepath == "/dev/stdin" then
file = io._stdfile(1)