Print configuration errors
This commit is contained in:
parent
782cc107e2
commit
06f013bc5c
@ -18,6 +18,7 @@ public func configure(_ app: Application) throws {
|
|||||||
.map { $0.trimmingCharacters(in: .whitespaces) }
|
.map { $0.trimmingCharacters(in: .whitespaces) }
|
||||||
.filter { !$0.isEmpty }
|
.filter { !$0.isEmpty }
|
||||||
guard configData.count >= 2 else {
|
guard configData.count >= 2 else {
|
||||||
|
print("Invalid configuration file: \(configData.count) lines")
|
||||||
throw CapError.invalidConfiguration
|
throw CapError.invalidConfiguration
|
||||||
}
|
}
|
||||||
let logFile = URL(fileURLWithPath: configData[0])
|
let logFile = URL(fileURLWithPath: configData[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user