Skip to content

Commit 41520ea

Browse files
wip
1 parent 7acfdfd commit 41520ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/quickjs_utils/errors.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@ pub mod tests {
216216
r#"
217217
let a = 2;
218218
let b = 3;
219-
type Foo = {
220-
a: number
221-
}
219+
222220
function f1(a, b) {
223221
throw new Error('Could not f1', { cause: 'Sabotage here' });
224222
}

0 commit comments

Comments
 (0)