mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
Update logEntry.ts
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
import Rule from '../rules/rule'
|
||||
|
||||
export default class LogEntry {
|
||||
private _before: string
|
||||
private _after: string
|
||||
private _rule: Rule
|
||||
private _timestamp: number
|
||||
private _runtime: number
|
||||
private readonly _before: string
|
||||
private readonly _after: string
|
||||
private readonly _rule: Rule
|
||||
private readonly _timestamp: number
|
||||
private readonly _runtime: number
|
||||
|
||||
constructor(before: string, after: string, rule: Rule, timestamp: number = Date.now(), runtime: number) {
|
||||
this._before = before
|
||||
|
||||
Reference in New Issue
Block a user