5 lines
49 B
JavaScript
5 lines
49 B
JavaScript
|
|
||
|
if (true) {
|
||
|
throw "scriptError throwing";
|
||
|
}
|