Skip to content

Commit

Permalink
Set icons color in logger in real time
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyfinch committed Nov 2, 2023
1 parent 44e66d9 commit 73de2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Rugby/Utils/Logger/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ final actor Logger {
}

// Constants
private let beginIcon = "".yellow
private let doneIcon = "".green
private var beginIcon: String { "".yellow }
private var doneIcon: String { "".green }

// Variables
private var lastEnter: String?
Expand Down

0 comments on commit 73de2e0

Please sign in to comment.