UNPKG

stackedy

Version:

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

10 lines (8 loc) 99 B
function f () { try { throw 'a' } catch (err) {} } try { f() } catch (err) {}