diff options
| author | ruki <[email protected]> | 2020-02-06 23:25:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-07 22:45:57 +0800 |
| commit | 86dcc1f78cd9e84b9e09673eb602ca77661841cf (patch) | |
| tree | ff024e06a864c817c1fb3409222c702dc44660e5 /xmake/actions/update/main.lua | |
| parent | 36ee7b8a95969aa4bfbf1d354da13dc3ba6da81d (diff) | |
move process module to core.base.process
Diffstat (limited to 'xmake/actions/update/main.lua')
| -rw-r--r-- | xmake/actions/update/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua index 33e726e17..b4216c632 100644 --- a/xmake/actions/update/main.lua +++ b/xmake/actions/update/main.lua @@ -22,6 +22,7 @@ import("core.base.semver") import("core.base.option") import("core.base.task") +import("core.base.process") import("net.http") import("devel.git") import("devel.git.submodule") |
