go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.56k stars 616 forks source link

fix: use a sync.Map to prevent "concurrent map read and map write" fa… #1923

Open tinmrn opened 1 week ago

tinmrn commented 1 week ago

…tal error when using "output: prefixed"

fixes #1922