mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-13 14:42:51 +00:00
5 lines
57 B
JavaScript
5 lines
57 B
JavaScript
try {
|
|
throw 123;
|
|
} catch (e) {
|
|
console.log(e);
|
|
}
|