From 6b5f21229cfd3c9636308d8d71ff72bf440ca9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80=C3=AB=C3=A5=C3=AA=C3=B1=C3=A5=C3=A9=20=C3=81=C3=A0?= =?UTF-8?q?=C3=A4=C3=BF=C3=A5=C3=A2?= Date: Sun, 2 Jul 2023 14:37:46 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=B2=D1=8B=D0=B7?= =?UTF-8?q?=D1=8B=D0=B2=D0=B0=D0=B5=D0=BC=D1=8B=D1=85=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/drawio/export.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/drawio/export.go b/pkg/drawio/export.go index 767a375..83d1cc1 100644 --- a/pkg/drawio/export.go +++ b/pkg/drawio/export.go @@ -161,8 +161,6 @@ func (exp Exporter) ExportFile( "--disable-gpu", "--headless", "--no-sandbox") } cmd := exec.Command(exp.opts.App(), drawioArgs...) - cmd.Stdout = os.Stdout - cmd.Stderr = nil commands = append(commands, cmd) } return commands, err