updated error message and regenerated jsvm types
This commit is contained in:
@@ -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
|
// it shouldn't be possible but for just in case if there is an edge case the regex doesn't cover
|
||||||
if missingSQL == "" {
|
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
|
// drop the missing index to recreate later
|
||||||
|
|||||||
+3623
-3622
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user