5 lines
55 B
JavaScript

setInterval(function() {
new Error('toto');
}, 10);