Skip to content

Commit

Permalink
Fixed incorrectly changed protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Dec 18, 2024
1 parent 1ac1ca6 commit f33cda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/playwright-core/src/protocol/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ scheme.SerializedError = tObject({
message: tString,
name: tString,
stack: tOptional(tString),
apiNameOverride: tOptional(tString),
})),
value: tOptional(tType('SerializedValue')),
});
Expand Down
1 change: 1 addition & 0 deletions packages/protocol/src/protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ SerializedError:
message: string
name: string
stack: string?
apiNameOverride: string?
value: SerializedValue?


Expand Down

0 comments on commit f33cda0

Please sign in to comment.