Skip to content

Commit 04376db

Browse files
committed
Make corrupted license key deactivated instead of returning nil
1 parent 9202091 commit 04376db

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Pro

Submodule Pro updated from a33512f to 2c26e3a

Tool/Sources/Logger/Logger.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public final class Logger {
2020
public static let codeium = Logger(category: "Codeium")
2121
public static let langchain = Logger(category: "LangChain")
2222
public static let retrieval = Logger(category: "Retrieval")
23+
public static let license = Logger(category: "License")
2324
#if DEBUG
2425
/// Use a temp logger to log something temporary. I won't be available in release builds.
2526
public static let temp = Logger(category: "Temp")

0 commit comments

Comments
 (0)