Skip to content

Commit

Permalink
extra type
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 2, 2024
1 parent cc75619 commit 9ff4535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/logcat.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ class Logcat extends EventEmitter {
*/
outputHandler (logLine, prefix = '') {
const timestamp = Date.now();
/** @type {number} */
let recentIndex = -1;
for (const key of this.logs.keys()) {
recentIndex = key;
Expand Down

0 comments on commit 9ff4535

Please sign in to comment.