mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:20:42 +00:00
fix(plugins): avoid duplicate native fallback loads
This commit is contained in:
@@ -284,7 +284,6 @@ function createPluginModuleLoader(params: {
|
||||
}
|
||||
const native = tryNativeRequireJavaScriptModule(target, {
|
||||
allowWindows: true,
|
||||
fallbackOnMissingDependency: true,
|
||||
});
|
||||
if (native.ok) {
|
||||
pluginModuleLoaderStats.nativeHits += 1;
|
||||
|
||||
Reference in New Issue
Block a user