mirror of
https://github.com/anthropics/claude-code.git
synced 2026-09-14 19:48:39 +08:00
18be13be81
Squash merge of 4 commits
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
/**
|
|
* An mtime that predates GIT_SESSION_START_MS: a file last touched before
|
|
* the session.
|
|
*/
|
|
export const BEFORE_SESSION_MS = 500
|