chore: ⬆️ updated deps
This commit is contained in:
+1
@@ -60,6 +60,7 @@ func (b *Backup) Commit() (driver.Conn, error) {
|
||||
if rc == sqlite3.SQLITE_OK {
|
||||
return b.dstConn, nil
|
||||
} else {
|
||||
b.dstConn.Close()
|
||||
return nil, b.srcConn.errstr(rc)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user