UNPKG

stackedy

Version:

Roll your own stack traces and control program execution through AST manipulation

10 lines (8 loc) 129 B
function f () { g() } function g () { h() } function h () { setTimeout(function () { throw 'moo' }, 10); } f();