From e47c597b3a2d1101984bd7f402a0ca761fbf7169 Mon Sep 17 00:00:00 2001 From: mjarkk Date: Sat, 27 Oct 2018 14:35:07 +0200 Subject: Made it possible to build again for windows --- pkg/commands/exec_live_win.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pkg/commands/exec_live_win.go (limited to 'pkg/commands/exec_live_win.go') diff --git a/pkg/commands/exec_live_win.go b/pkg/commands/exec_live_win.go new file mode 100644 index 000000000..419eef5f2 --- /dev/null +++ b/pkg/commands/exec_live_win.go @@ -0,0 +1,8 @@ +// +build windows + +package commands + +// RunCommandWithOutputLiveWrapper runs a command live but because of windows compatibility this command can't be ran there +func RunCommandWithOutputLiveWrapper(c *OSCommand, command string, output func(string) string) error { + return c.RunCommand(command) +} -- cgit v1.2.3