mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 17:30:26 +00:00
refactor: simplify cli conversions
This commit is contained in:
@@ -50,7 +50,7 @@ export function detectChangedScope(changedPaths) {
|
||||
let hasNonNativeNonDocs = false;
|
||||
|
||||
for (const rawPath of changedPaths) {
|
||||
const path = String(rawPath).trim();
|
||||
const path = rawPath.trim();
|
||||
if (!path) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user