mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 10:05:00 +00:00
5 lines
57 B
JavaScript
5 lines
57 B
JavaScript
try {
|
|
throw 123;
|
|
} catch (e) {
|
|
console.log(e);
|
|
}
|