6 lines
No EOL
49 B
JavaScript
6 lines
No EOL
49 B
JavaScript
|
|
function f() {
|
|
throw new Error("ERR");
|
|
}
|
|
|
|
f(); |