Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jul 24, 2024
1 parent 21e439d commit 61fe46b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions langchain-core/src/callbacks/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ if (
/* #__PURE__ */ getEnvironmentVariable("LANGCHAIN_CALLBACKS_BACKGROUND") !==
"true"
) {
const logFunction = handler.raiseError ? console.error : console.warn;
/* #__PURE__ */ logFunction(
/* #__PURE__ */ console.warn(
[
"[WARN]: You have enabled LangSmith tracing without backgrounding callbacks.",
"[WARN]: If you are not using a serverless environment where you must wait for tracing calls to finish,",
Expand Down

0 comments on commit 61fe46b

Please sign in to comment.