mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 15:38:25 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -359,7 +359,7 @@ function readRecentMessagesFromTranscript(
|
||||
// skip malformed lines
|
||||
}
|
||||
}
|
||||
return collected.reverse();
|
||||
return collected.toReversed();
|
||||
} catch {
|
||||
return [];
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user