mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
Update internal/code-generator/main.go
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
57c5940dbe
commit
03b31eb4ce
@ -134,7 +134,7 @@ func main() {
|
||||
|
||||
for _, file := range fileList {
|
||||
if err := file.generate(file.fileToParse, file.samplesDir, file.outPath, file.tmplPath, file.tmplName, file.commit); err != nil {
|
||||
log.Printf("Error generating template %q to %q: %+v", file.tmplPath, file.outPath, err)
|
||||
log.Printf("error generating template %q to %q: %+v", file.tmplPath, file.outPath, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user