this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: wrap long warning line in processImages

+3 -1
+3 -1
packages/remanso-cli/src/lib/note.ts
··· 123 123 ); 124 124 blob = await uploadBlob(agent, candidates); 125 125 if (!blob) { 126 - console.warn(`Could not upload image: ${src} (checked: ${candidates.join(", ")})`); 126 + console.warn( 127 + `Could not upload image: ${src} (checked: ${candidates.join(", ")})`, 128 + ); 127 129 continue; 128 130 } 129 131 uploadCache.set(src, blob);