MCPcopy Create free account
hub / github.com/EvoMap/evolver / ts

Function ts

index.js:898–898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

896 const originalWarn = console.warn;
897 const originalError = console.error;
898 function ts() { return '[' + new Date().toISOString() + ']'; }
899 // Wrap originals in try/catch so a broken transport (closed pty,
900 // disk full on a redirected log file) cannot escape and trip
901 // unhandledException -> exit(1) the next time we log.

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected