Skip to content

Commit

Permalink
make field readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Dec 29, 2024
1 parent 70ad435 commit a11b454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/environment/console_logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { Writable } from 'node:stream'
import { ILogger } from './types'

export class ConsoleLogger implements ILogger {
private console: Console
private readonly console: Console

constructor(
private stream: Writable,
private debugEnabled: boolean
Expand Down

0 comments on commit a11b454

Please sign in to comment.