Skip to content

Commit c33343c

Browse files
Update KATC test databases (#2254)
1 parent c00424e commit c33343c

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
Binary file not shown.
Binary file not shown.

ee/katc/test_data/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
syntaxError: syntaxError,
132132
typeError: typeError,
133133
uriError: uriError,
134+
errorWithCause: errorWithLineInfo,
134135
},
135136
{
136137
uuid: "03b3e669-3e7a-482c-83b2-8a800b9f804f",
@@ -193,6 +194,7 @@
193194
syntaxError: syntaxError,
194195
typeError: typeError,
195196
uriError: uriError,
197+
errorWithCause: errorWithLineInfo,
196198
},
197199
];
198200
objectStore.transaction.oncomplete = (event) => {

0 commit comments

Comments
 (0)