mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:50:42 +00:00
build: enable additional oxlint rules
This commit is contained in:
@@ -21,12 +21,12 @@ vi.mock("../../plugin-sdk/facade-runtime.js", async () => {
|
||||
);
|
||||
return {
|
||||
...actual,
|
||||
tryLoadActivatedBundledPluginPublicSurfaceModuleSync: ({ dirName }: { dirName: string }) => (
|
||||
(fallbackState.loadCalls += 1),
|
||||
dirName === fallbackState.activeDirName && fallbackState.resolveSessionConversation
|
||||
tryLoadActivatedBundledPluginPublicSurfaceModuleSync: ({ dirName }: { dirName: string }) => {
|
||||
fallbackState.loadCalls += 1;
|
||||
return dirName === fallbackState.activeDirName && fallbackState.resolveSessionConversation
|
||||
? { resolveSessionConversation: fallbackState.resolveSessionConversation }
|
||||
: null
|
||||
),
|
||||
: null;
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user