Fix bug in debug output
This commit is contained in:
parent
9d29d2b946
commit
d1ea925523
1 changed files with 1 additions and 2 deletions
|
@ -70,8 +70,7 @@ func New(config *Config) (*State, error) {
|
|||
if err != nil {
|
||||
return nil, errors.Wrap(err, "unable to json marshal tables")
|
||||
}
|
||||
boil.DebugWriter.Write(b)
|
||||
fmt.Fprintln(boil.DebugWriter)
|
||||
fmt.Printf("%s\n", b)
|
||||
}
|
||||
|
||||
err = s.initOutFolder()
|
||||
|
|
Loading…
Add table
Reference in a new issue