Skip to content

Commit

Permalink
Deno fmt ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
justyns committed Sep 8, 2024
1 parent 83ecca2 commit effca81
Show file tree
Hide file tree
Showing 2 changed files with 6,199 additions and 151 deletions.
6,349 changes: 6,198 additions & 151 deletions silverbullet-ai.plug.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/embeddings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ export async function updateSearchPage() {
);
} catch (error) {
console.error("Error searching embeddings", error);
// deno-fmt-ignore
loadingText += "\n\n> **error** ⚠️ Failed to search through embeddings.\n";
loadingText += `> ${error}\n\n`;
await editor.setText(loadingText);
Expand Down

0 comments on commit effca81

Please sign in to comment.