mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-21 09:41:53 +00:00
5 lines
57 B
JavaScript
5 lines
57 B
JavaScript
try {
|
|
throw 123;
|
|
} catch (e) {
|
|
console.log(e);
|
|
}
|