@cparra/apexdocs 3.15.0-alpha.0 → 3.15.0-alpha.1
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/dist/cli/generate.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -2617,7 +2617,8 @@ class WorkerPool {
|
|
|
2617
2617
|
const rootDir = path.resolve(__dirname, "../../../..");
|
|
2618
2618
|
return path.resolve(rootDir, "dist/core/reflection/worker-thread/reflection-worker.js");
|
|
2619
2619
|
} else {
|
|
2620
|
-
|
|
2620
|
+
const workerPath = path.resolve(__dirname, "core/reflection/worker-thread/reflection-worker.js");
|
|
2621
|
+
return workerPath;
|
|
2621
2622
|
}
|
|
2622
2623
|
}
|
|
2623
2624
|
createWorker() {
|