Skip to content

Commit 7eb6d7a

Browse files
committed
More logs
1 parent 0c78bc5 commit 7eb6d7a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Sources/Compiler/Config.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ public struct Config: Codable {
2525
}
2626

2727
public init(at path: String) throws {
28+
print("Input Path: \(path)")
2829
var url = URL(fileURLWithPath: path)
30+
print("URL: \(url)")
31+
print("URL not file: \(URL(string: path)!)")
2932

3033
if url.lastPathComponent != "puresql.yaml" {
3134
url.appendPathComponent("puresql.yaml")

0 commit comments

Comments
 (0)