UNPKG

stackedy

Version:

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

11 lines (9 loc) 99 B
function f () { try { throw 'a' } catch (err) { throw 'b' } } f()