Skip to content

Commit

Permalink
revert(main): warn when running the bare module (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored May 28, 2020
1 parent 1371a50 commit 29caabd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ func main() {
// running the prisma generator

logger.Debug.Printf("invoking prisma")
logger.Info.Printf("This command is only meant to be invoked internally. Please run the following instead:")
logger.Info.Printf("`go run github.com/prisma/prisma-client-go <command>`")
logger.Info.Printf("e.g.")
logger.Info.Printf("`go run github.com/prisma/prisma-client-go generate`")

// exit when signal triggers
c := make(chan os.Signal)
Expand Down

0 comments on commit 29caabd

Please sign in to comment.