[PR #232] [MERGED] Avoid using constructor name check for errors #593

Closed
opened 2026-02-15 19:15:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/232
Author: @jacoblee93
Created: 6/25/2024
Status: Merged
Merged: 6/25/2024
Merged by: @jacoblee93

Base: mainHead: jacob/error_handling


📝 Commits (1)

  • e8d7381 Avoid using constructor name check for errors

📊 Changes

5 files changed (+23 additions, -7 deletions)

View changed files

📝 langgraph/src/channels/base.ts (+1 -1)
📝 langgraph/src/errors.ts (+16 -0)
📝 langgraph/src/pregel/debug.ts (+1 -1)
📝 langgraph/src/pregel/index.ts (+3 -3)
📝 langgraph/src/pregel/io.ts (+2 -2)

📄 Description

Fixes #231
Fixes #220
Fixes #180
Fixes #113

CC @andrewnguonly @nfcampos


🔄 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/langgraphjs/pull/232 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/error_handling` --- ### 📝 Commits (1) - [`e8d7381`](https://github.com/langchain-ai/langgraphjs/commit/e8d7381527ebbd83878bea280d4c3b71ae0cb37d) Avoid using constructor name check for errors ### 📊 Changes **5 files changed** (+23 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/channels/base.ts` (+1 -1) 📝 `langgraph/src/errors.ts` (+16 -0) 📝 `langgraph/src/pregel/debug.ts` (+1 -1) 📝 `langgraph/src/pregel/index.ts` (+3 -3) 📝 `langgraph/src/pregel/io.ts` (+2 -2) </details> ### 📄 Description Fixes #231 Fixes #220 Fixes #180 Fixes #113 CC @andrewnguonly @nfcampos --- <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-15 19:15:09 -05:00
yindo closed this issue 2026-02-15 19:15:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#593