mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
entc/gen: merge all templates to global
This commit is contained in:
committed by
Ariel Mashraki
parent
c6f9d25d8e
commit
235973cc2d
@@ -38,6 +38,6 @@ func main() {
|
||||
},
|
||||
}, opts...)
|
||||
if err != nil {
|
||||
log.Fatal("running ent codegen:", err)
|
||||
log.Fatalf("running ent codegen: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user