MCPcopy Create free account
hub / github.com/Noumena-Network/code / logLockAcquisitionError

Function logLockAcquisitionError

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

Source from the content-addressed store, hash-verified

1144}
1145
1146function logLockAcquisitionError(versionPath: string, lockError: unknown) {
1147 logError(
1148 new Error(
1149 `NON-FATAL: Lock acquisition failed for ${versionPath} (expected in multi-process scenarios)`,
1150 { cause: lockError },
1151 ),
1152 )
1153}
1154
1155/**
1156 * 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