mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Make Compile work in parallel
Also make the spinner thread-safe
This commit is contained in:
@@ -113,7 +113,7 @@ func CopyDir(src string, dst string) (err error) {
|
||||
return
|
||||
}
|
||||
if err == nil {
|
||||
return fmt.Errorf("destination already exists")
|
||||
// return fmt.Errorf("destination already exists")
|
||||
}
|
||||
|
||||
err = os.MkdirAll(dst, si.Mode())
|
||||
|
Reference in New Issue
Block a user