mirror of https://github.com/openclaw/openclaw.git
fix: remove stray skills watcher bracket
This commit is contained in:
parent
a2a6893566
commit
f172ccfcf6
|
|
@ -31,7 +31,6 @@ export const DEFAULT_SKILLS_WATCH_IGNORED: RegExp[] = [
|
|||
/(^|[\\/])node_modules([\\/]|$)/,
|
||||
/(^|[\\/])dist([\\/]|$)/,
|
||||
];
|
||||
];
|
||||
|
||||
function bumpVersion(current: number): number {
|
||||
const now = Date.now();
|
||||
|
|
|
|||
Loading…
Reference in New Issue