mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: cleanup sqlite.connect statements (do not leave strange test.db or vweb.sql artefacts around, after running common tests)
This commit is contained in:
@@ -31,7 +31,7 @@ fn (mut app App) service_auth(username string, password string) !string {
|
||||
}
|
||||
|
||||
defer {
|
||||
db.close() or { panic('fail to close database') }
|
||||
db.close() or { panic(err) }
|
||||
}
|
||||
|
||||
user := sql db {
|
||||
|
||||
Reference in New Issue
Block a user