UNPKG

stackedy

Version:

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

6 lines (5 loc) 103 B
exports.zzz = function zzz () { setTimeout(function () { throw 'beep boop'; }, 20); };