@@ -5,7 +5,7 @@
class ExtendableError {
constructor(message = null) {
this.message = message;
this.stack = (new Error()).stack;
this.stack = (new Error(message)).stack;
}
The note is not visible to the blocked user.