Skip to content

Commit 20c306f

Browse files
Bowl42claude
andcommitted
style: fix prettier formatting in search error handler
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4cd2f5 commit 20c306f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/plugins/search/search.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ export async function init(config, vm) {
339339
}
340340
},
341341
async (_event, response) => {
342-
console.warn(`[Docsify] Failed to fetch ${path} for search indexing (${response?.status || 'network error'})`);
342+
console.warn(
343+
`[Docsify] Failed to fetch ${path} for search indexing (${response?.status || 'network error'})`,
344+
);
343345
if (len === ++count) {
344346
await saveData(config.maxAge, expireKey);
345347
}

0 commit comments

Comments
 (0)