Skip to content

Commit

Permalink
Fix for issue #116
Browse files Browse the repository at this point in the history
  • Loading branch information
Howie59 authored and mlboy committed Aug 13, 2020
1 parent a176c2e commit 5bd14f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/jupiter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package main
import (
"github.com/douyu/jupiter/tools/jupiter/new"
"github.com/douyu/jupiter/tools/jupiter/protoc"
"log"
"os"

"github.com/urfave/cli"
Expand All @@ -35,6 +36,6 @@ func main() {
}
err := app.Run(os.Args)
if err != nil {
panic(err)
log.Fatal(err)
}
}

0 comments on commit 5bd14f6

Please sign in to comment.