Fix bug in debug output

This commit is contained in:
Aaron L 2016-09-11 09:22:20 -07:00
parent 9d29d2b946
commit d1ea925523

View file

@ -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()