[PR #1167] [MERGED] ref(js): use fs.rmSync #1351

Closed
opened 2026-02-17 17:22:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1167
Author: @mdrxy
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/fix-js-refs-rm


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 reference/javascript/build.ts (+3 -1)

📄 Description

instead of rm for better error handling

re: recent build fail as a result of a race condition(?)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1167 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/fix-js-refs-rm` --- ### 📝 Commits (1) - [`02c301a`](https://github.com/langchain-ai/docs/commit/02c301ad6de85918e1181564e44e55d4930388ff) ref(js): use `fs.rmSync` ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `reference/javascript/build.ts` (+3 -1) </details> ### 📄 Description instead of `rm` for better error handling re: recent build fail as a result of a race condition(?) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:12 -05:00
yindo closed this issue 2026-02-17 17:22:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1351