diff options
| author | ruki <[email protected]> | 2022-12-22 00:17:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-22 00:17:11 +0800 |
| commit | 269047df839c91e401c1fa01f0468b7fdc5c6869 (patch) | |
| tree | acc8776d9025b99325ef21c546cbe3126d5aac08 | |
| parent | 71ed0306bb97860e7bb7586dbce49b73008d4186 (diff) | |
update comments
| -rw-r--r-- | xmake/core/platform/menu.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/platform/menu.lua b/xmake/core/platform/menu.lua index 7f0c7be98..0a3282fea 100644 --- a/xmake/core/platform/menu.lua +++ b/xmake/core/platform/menu.lua @@ -31,6 +31,8 @@ local platform = require("platform/platform") -- the remote build client is connected? -- +-- this implementation is from remote_build_client.is_connected(), but we can not call it by module/import +-- -- @see https://github.com/xmake-io/xmake/issues/3187 function _remote_build_is_connected() -- the current process is in service? we cannot enable it |
