Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4502028
test_throw_stack.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
382 B
Referenced Files
None
Subscribers
None
test_throw_stack.cjs
View Options
// Test throw statement with stack traces
console.log('=== Throw with Stack Trace Test ===');
function level3() {
console.log('In level3');
throw "error from level3";
}
function level2() {
console.log('In level2');
level3();
}
function level1() {
console.log('In level1');
level2();
}
console.log('Starting test...');
level1();
console.log('This should not print');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 8:56 AM (4 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
523868
Default Alt Text
test_throw_stack.cjs (382 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment