a2ddb23
@@ -0,0 +1,9 @@
function foo() {
setTimeout(foo, 2000);
throw new Error('hallo');
console.log('still here');
}
setTimeout(foo, 1000);
The note is not visible to the blocked user.