mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 16:58:25 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -57,7 +57,7 @@ export async function startPluginServices(params: {
|
||||
|
||||
return {
|
||||
stop: async () => {
|
||||
for (const entry of running.reverse()) {
|
||||
for (const entry of running.toReversed()) {
|
||||
if (!entry.stop) continue;
|
||||
try {
|
||||
await entry.stop();
|
||||
|
||||
Reference in New Issue
Block a user