We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223fc1c commit 65ff93dCopy full SHA for 65ff93d
firebase-firestore/src/main/java/com/google/firebase/firestore/local/SQLiteSchema.java
@@ -405,7 +405,7 @@ private void dropLastLimboFreeSnapshotVersion() {
405
"UPDATE targets SET target_proto = ? WHERE target_id = ?",
406
new Object[] {targetProto.toByteArray(), targetId});
407
} catch (InvalidProtocolBufferException e) {
408
- fail("Failed to decode Query data for target %s", targetId);
+ throw fail("Failed to decode Query data for target %s", targetId);
409
}
410
});
411
0 commit comments