Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/garrytan/gstack
/ errorLogPath
Function
errorLogPath
lib/gstack-memory-helpers.ts:209–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
}
208
209
function
errorLogPath(): string {
210
return
join(gstackHome(),
".gbrain-errors.jsonl"
);
211
}
212
213
/**
214
* Detect which gbrain engine is active (PGLite vs Supabase) and cache the
Callers
2
logGbrainError
Function · 0.85
logErrorContext
Function · 0.85
Calls
1
gstackHome
Function · 0.70
Tested by
no test coverage detected