feat: enable LETTA_DEBUG=1 by default in dev script (#1366)
This commit is contained in:
@@ -51,7 +51,7 @@ function printDebugLine(line: string, level: "log" | "warn" = "log"): void {
|
||||
level === "warn"
|
||||
? `\x1b[38;5;167m${line.trimEnd()}\x1b[0m` // muted red
|
||||
: `\x1b[38;5;179m${line.trimEnd()}\x1b[0m`; // muted golden yellow
|
||||
console.log(colored);
|
||||
console.error(colored);
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user