mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Fix typo in ext library lock err message
This commit is contained in:
parent
41ac91f14f
commit
9b1e60a29c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ impl Connection {
|
|||
extensions
|
||||
.lock()
|
||||
.map_err(|_| {
|
||||
LimboError::ExtensionError("Error unlocking extension libraries".to_string())
|
||||
LimboError::ExtensionError("Error locking extension libraries".to_string())
|
||||
})?
|
||||
.push((Arc::new(lib), api_ref));
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue