Skip to content

Commit

Permalink
ignore error when querying version
Browse files Browse the repository at this point in the history
  • Loading branch information
galihrivanto committed Feb 15, 2021
1 parent d0516e0 commit 9ef38ed
Show file tree
Hide file tree
Showing 4 changed files with 804 additions and 9 deletions.
3 changes: 0 additions & 3 deletions cmd/svg2pdf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"flag"
"fmt"
"log"
"os"

"github.com/galihrivanto/go-inkscape"
Expand Down Expand Up @@ -35,8 +34,6 @@ func main() {

proxy := inkscape.NewProxy(inkscape.Verbose(verbose))

log.Println("run command")

err := proxy.Run()
handleErr(err)
defer proxy.Close()
Expand Down
Loading

0 comments on commit 9ef38ed

Please sign in to comment.