mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-21 00:25:37 +07:00
Changes
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
import CircularBuffer from '../utils/circularBuffer'
|
||||
import LogEntry from './logEntry'
|
||||
|
||||
/**
|
||||
* Models the log.
|
||||
*/
|
||||
export default class Log extends CircularBuffer<LogEntry> {
|
||||
public constructor(capacity: number) {
|
||||
super(capacity)
|
||||
|
||||
Reference in New Issue
Block a user