🎨 移除工作空间时不物理删除文件
This commit is contained in:
parent
c50400428b
commit
ec51d24901
1 changed files with 0 additions and 7 deletions
|
@ -106,13 +106,6 @@ func removeWorkspaceDir(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
if err = os.RemoveAll(path); nil != err {
|
||||
msg := fmt.Sprintf("remove workspace dir [%s] failed: %s", path, err)
|
||||
ret.Code = -1
|
||||
ret.Msg = msg
|
||||
return
|
||||
}
|
||||
|
||||
if util.WorkspaceDir == path {
|
||||
os.Exit(util.ExitCodeOk)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue