Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 24, 2024
1 parent 200be5e commit 2ac5b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-scripts/src/build_v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ export async function buildWithTSup() {
rimraf(".turbo", {
retryDelay: 1000,
maxRetries: 5,
}).catch(async (e) => {
}).catch(async () => {
console.error("Error removing .turbo (pre && !shouldGenMaps)");
console.log("Trying move remove");
await fs.promises.rm(".turbo", { recursive: true });
Expand Down

0 comments on commit 2ac5b2a

Please sign in to comment.