mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
chore: enable consistent-return
This commit is contained in:
@@ -25,7 +25,8 @@ export function installProcessWarningFilter() {
|
||||
return;
|
||||
}
|
||||
|
||||
return Reflect.apply(originalEmitWarning, process, args);
|
||||
Reflect.apply(originalEmitWarning, process, args);
|
||||
return;
|
||||
};
|
||||
|
||||
globalThis[warningFilterKey] = { installed: true };
|
||||
|
||||
Reference in New Issue
Block a user