diff options
| -rw-r--r-- | xmake/core/sandbox/modules/import/core/project/project.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/import/core/project/project.lua b/xmake/core/sandbox/modules/import/core/project/project.lua index 52f38e68c..dcd78b205 100644 --- a/xmake/core/sandbox/modules/import/core/project/project.lua +++ b/xmake/core/sandbox/modules/import/core/project/project.lua @@ -136,6 +136,7 @@ function sandbox_core_project.lock(opt) return true elseif baseoption.get("diagnosis") then utils.cprint("${color.warning}the current project is being accessed by other processes, please waiting!") + io.flush() end local ok, errors = sandbox_core_project.filelock():lock(opt) if not ok then |
