fix: add timestamped tool context to logs
This commit is contained in:
@@ -5,6 +5,7 @@ export const loggingState = {
|
||||
overrideSettings: null as unknown,
|
||||
consolePatched: false,
|
||||
forceConsoleToStderr: false,
|
||||
consoleTimestampPrefix: false,
|
||||
consoleSubsystemFilter: null as string[] | null,
|
||||
rawConsole: null as {
|
||||
log: typeof console.log;
|
||||
|
||||
Reference in New Issue
Block a user