We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd56c84 commit c18fcbdCopy full SHA for c18fcbd
1 file changed
LiteCore/Storage/SQLiteDataFile.cc
@@ -238,6 +238,7 @@ namespace litecore {
238
#endif
239
240
if ( !extension::check_extension_version(pluginPath, extensionEntry->second) ) {
241
+ sExtensionPath.clear();
242
error::_throw(error::UnsupportedOperation,
243
"Extension '%s' is not found or not compatible with this version of Couchbase Lite",
244
name.c_str());
0 commit comments