mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 03:15:46 -06:00
0fe49c5731
* fix(plugins): preserve retained uninstall files * test(plugins): track retention temp dirs * fix(plugins): retain rollback marker snapshots
3 lines
187 B
TypeScript
3 lines
187 B
TypeScript
/** Marker reason for packages preserved by an explicit `plugins uninstall --keep-files`. */
|
|
export const RETAINED_MANAGED_NPM_KEEP_FILES_REASON = "removed-managed-npm-install-retained";
|