@@ -54,8 +54,9 @@ const termlog = (options = {}) => {
const ws = new WebSocket(`${options.ssl ? "wss" : "ws"}://${options.host}:${options.port}`);
ws.onopen = () => {
configure(ws, defaultConsole);
console.log('[TERMLOG]: Connected');
};
The note is not visible to the blocked user.