updated error message and regenerated jsvm types

This commit is contained in:
Gani Georgiev
2026-05-15 07:08:32 +03:00
parent 45e3ca6ea6
commit 5cff808438
2 changed files with 3624 additions and 3623 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ func init() {
// it shouldn't be possible but for just in case if there is an edge case the regex doesn't cover
if missingSQL == "" {
return fmt.Errorf("failed to build sqlite_master index: %v", missingSQL)
return fmt.Errorf("failed to build sqlite_master index: %v", missing)
}
// drop the missing index to recreate later