Reowrk recursive file finding to be async

This commit is contained in:
2024-07-01 13:03:56 +02:00
parent e75a376ca4
commit 95711048ba
3 changed files with 51 additions and 34 deletions

View File

@@ -129,5 +129,4 @@ func (instruction *LinkInstruction) RunAsync(status chan (error)) {
log.Printf("Created symlink between %s%s%s and %s%s%s", SourceColor, instruction.Source, DefaultColor, TargetColor, instruction.Target, DefaultColor)
status <- nil
return
}