We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be7417 commit 30f4bcfCopy full SHA for 30f4bcf
1 file changed
Source/embeddings/FailedToUpdate.ts
@@ -17,6 +17,6 @@ export class FailedToUpdate extends Exception {
17
* @param {Failure} failure The failure.
18
*/
19
constructor(embedding: EmbeddingId, key: Key | undefined, failure: Failure) {
20
- super(`Failed to update embedding ${embedding} ${key ? `with key ${key} `: ''}due to failure ${failure.id} with reason: ${failure.reason}`);
+ super(`Failed to update embedding ${embedding} ${key ? `with key ${key} `: ''} due to failure ${failure.id} with reason: ${failure.reason}`);
21
}
22
0 commit comments