From 1888b70cf4981cabaef0b6e33e0ae9982d3a788e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 22 Jun 2026 09:21:06 +0300 Subject: fix task export timeout for lq0 --- internal/task/command_other.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 internal/task/command_other.go (limited to 'internal/task/command_other.go') diff --git a/internal/task/command_other.go b/internal/task/command_other.go new file mode 100644 index 0000000..24b5234 --- /dev/null +++ b/internal/task/command_other.go @@ -0,0 +1,7 @@ +//go:build !unix + +package task + +import "os/exec" + +func configureCommandContext(*exec.Cmd) {} -- cgit v1.2.3