episoda 0.2.9 → 0.2.11
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/index.js
CHANGED
|
@@ -2541,7 +2541,7 @@ async function startDaemon() {
|
|
|
2541
2541
|
if (!fs2.existsSync(configDir)) {
|
|
2542
2542
|
fs2.mkdirSync(configDir, { recursive: true });
|
|
2543
2543
|
}
|
|
2544
|
-
const daemonScript = path2.join(__dirname, "daemon-process.js");
|
|
2544
|
+
const daemonScript = path2.join(__dirname, "daemon", "daemon-process.js");
|
|
2545
2545
|
if (!fs2.existsSync(daemonScript)) {
|
|
2546
2546
|
throw new Error(`Daemon script not found: ${daemonScript}. Make sure CLI is built.`);
|
|
2547
2547
|
}
|