summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-18 22:56:57 +0800
committerruki <[email protected]>2025-09-18 22:56:57 +0800
commitf737997eddc40fa5fea7864e7c7bd28e618ba749 (patch)
treeafbcc37570abf41f07282dd08d7d87f7eca76d96
parent0ea9fd74dc21820c7ed41e81c833dceac6243a08 (diff)
revert os
-rw-r--r--xmake/core/base/os.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 82da8e6d9..cecf38dd2 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -264,7 +264,7 @@ end
-- trace process for profile(stuck,trace)?
function os._is_tracing_process()
- local is_tracing = true-- os._IS_TRACING_PROCESS
+ local is_tracing = os._IS_TRACING_PROCESS
if is_tracing == nil then
local profile = os.getenv("XMAKE_PROFILE")
if profile then