@coclaw/openclaw-coclaw 0.11.5 → 0.11.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -110,7 +110,7 @@ export async function preloadNdc(deps = {}) {
|
|
|
110
110
|
const log = deps.remoteLog ?? defaultRemoteLog;
|
|
111
111
|
const platform = deps.platform ?? process.platform;
|
|
112
112
|
const arch = deps.arch ?? process.arch;
|
|
113
|
-
const pluginRoot = deps.pluginRoot ?? nodePath.resolve(import.meta.dirname, '
|
|
113
|
+
const pluginRoot = deps.pluginRoot ?? nodePath.resolve(import.meta.dirname, '../..');
|
|
114
114
|
const resolvePaths = deps.resolvePaths ?? defaultResolvePaths;
|
|
115
115
|
const importTimeout = deps.importTimeout ?? DEFAULT_IMPORT_TIMEOUT_MS;
|
|
116
116
|
|