Skip to content

Commit

Permalink
feat: 新增 EOF 错误码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohappy committed May 15, 2024
1 parent 10de763 commit 93569c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/avutil/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ export const NO_MEMORY = -4
export const INVALID_OPERATE = -5

export const EAGAIN = -6

export const EOF = -7

0 comments on commit 93569c8

Please sign in to comment.