mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 09:27:00 +02:00
6 lines
57 B
JavaScript
6 lines
57 B
JavaScript
try {
|
|
throw 123;
|
|
} catch (e) {
|
|
console.log(e);
|
|
}
|