2017-03-30 00:57:11 +02:00

5 lines
55 B
JavaScript

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