Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 915cc33

Browse files
author
ItsNik
committed
Fix: Make Linter happy
1 parent 1aa44c6 commit 915cc33

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/webSocket.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export function setupWebSocket(server: Server) {
7878
}
7979

8080
// Read the initial content of the log file
81-
let lastSize = fs.statSync(logPath).size;
8281
const history = fs.readFileSync(logPath, 'utf-8');
8382
ws.send(JSON.stringify({ type: 'log-history', data: history }));
8483

0 commit comments

Comments
 (0)