MCPcopy Index your code
hub / github.com/codeaashu/claude-code / logLockAcquisitionError

Function logLockAcquisitionError

src/utils/nativeInstaller/installer.ts:1158–1165  ·  view source on GitHub ↗
(versionPath: string, lockError: unknown)

Source from the content-addressed store, hash-verified

1156}
1157
1158function logLockAcquisitionError(versionPath: string, lockError: unknown) {
1159 logError(
1160 new Error(
1161 `NON-FATAL: Lock acquisition failed for ${versionPath} (expected in multi-process scenarios)`,
1162 { cause: lockError },
1163 ),
1164 )
1165}
1166
1167/**
1168 * Force-remove a lock file for a given version path.

Callers 2

tryWithVersionLockFunction · 0.85
lockCurrentVersionFunction · 0.85

Calls 1

logErrorFunction · 0.50

Tested by

no test coverage detected