We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11084ac commit c097abfCopy full SHA for c097abf
internal/cmd/generate.go
@@ -63,7 +63,7 @@ func Generate(ctx context.Context, e Env, dir, filename string, stderr io.Writer
63
}
64
65
if yamlMissing && jsonMissing {
66
- fmt.Fprintln(stderr, "error parsing sqlc.json: file does not exist")
+ fmt.Fprintln(stderr, "error parsing configuration files. sqlc.yaml or sqlc.json: file does not exist")
67
return nil, errors.New("config file missing")
68
69
0 commit comments