소스 검색

ignore: typo

Dax Raad 1 년 전
부모
커밋
9d3fad754d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/opencode/src/session/message.ts

+ 1 - 1
packages/opencode/src/session/message.ts

@@ -5,7 +5,7 @@ import { NamedError } from "../util/error"
 
 export namespace Message {
   export const OutputLengthError = NamedError.create(
-    "SessionOutputLengthError",
+    "MessageOutputLengthError",
     z.object({}),
   )