summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox/modules/os.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-05-23 22:21:16 +0800
committerruki <[email protected]>2019-05-23 08:07:37 +0800
commit7434ac208724ea5840e32040fda9601feb4dd722 (patch)
tree01354815e47eb7dd2e57909024432d57576a81ef /xmake/core/sandbox/modules/os.lua
parentaf7907d7adc0c60930477730876f0ed74d3a9f5a (diff)
translate path for gcc and cl
Diffstat (limited to 'xmake/core/sandbox/modules/os.lua')
-rw-r--r--xmake/core/sandbox/modules/os.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/os.lua b/xmake/core/sandbox/modules/os.lua
index 55c59d6d5..c1a9a3510 100644
--- a/xmake/core/sandbox/modules/os.lua
+++ b/xmake/core/sandbox/modules/os.lua
@@ -348,6 +348,7 @@ function sandbox_os.iorun(cmd, ...)
errors = outdata or ""
end
os.raise(errors)
+-- os.raise({errors = errors, stderr = errdata, stdout = outdata})
end
-- ok
@@ -368,6 +369,7 @@ function sandbox_os.iorunv(program, argv, opt)
errors = outdata or ""
end
os.raise(errors)
+-- os.raise({errors = errors, stderr = errdata, stdout = outdata})
end
-- ok