🎨 Improve exit

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-12-09 16:43:38 +08:00
parent ddae80a5f4
commit 7d36fbc2f1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -750,7 +750,7 @@ func Close(force, setCurrentWorkspace bool, execInstallPkg int) (exitCode int) {
}
util.HttpServing = false
if util.ContainerAndroid == util.Container {
if util.ContainerAndroid == util.Container || util.ContainerIOS == util.Container {
return
}