mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Fix build on Windows
This commit is contained in:
@@ -15,6 +15,6 @@ func NewCommand(c string) *exec.Cmd {
|
||||
return newCmdCommand(c)
|
||||
}
|
||||
|
||||
func newCmdCommand(c string) {
|
||||
func newCmdCommand(c string) *exec.Cmd {
|
||||
return exec.Command("cmd", "/C", c)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user