Skip to content

Commit 344eb22

Browse files
add debug output in function LoadSql
1 parent 03b7232 commit 344eb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/uranus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ type SqlQueryItem struct {
210210
}
211211

212212
func (q *SqlQueryItem) LoadSql(schema string, baseApiUrl string) error {
213-
// Read main SQL file
213+
fmt.Println("LoadSql:", q.filePath)
214214
fileContent, err := os.ReadFile(q.filePath)
215215
if err != nil {
216216
return fmt.Errorf("failed to read file: %w", err)

0 commit comments

Comments
 (0)